Open sesajad opened 4 years ago
we have parametric specification, i.e.:
F[x][y]: ...
so I think we could also have constant key specification, i.e.:
F.x.y: ...
and combinations of them, i.e.:
F[x | ...].y: ...
the simplicity and combinability is nice, but I do have some concern about readability of code. I think parametric key specification already might cross that line but the convenience is worth it, so perhaps we should support this as well?
do we need something like this?
it's currently not supported