For example:
thing["x"]["y"]["z"]
translates to thing.operator[]("x", "y", "z")
ID:2323508
![]() Dec 9 2017, 9:22 pm (Edited on Dec 10 2017, 7:45 pm)
|
|||||||
| |||||||
An addition to operator[] and operator[]= for handling nested indexes, each passed as a parameter.
For example: thing["x"]["y"]["z"] translates to thing.operator[]("x", "y", "z") |
![]() Dec 9 2017, 10:17 pm
|
|
I don't see this as being very feasible but it'd be interesting to have
|