User | Kudos |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |
For whatever reason, the end of an array is just as natural a location as its beginning. Go figure...
Hence it would be nice to have an index array function that could be started from the end (for instance with an "invert" indexing option accessible with a right-click).
At this point, one has to either flip over the array (time and memory costly) or clutter the diagram with a "Array Size" + "Minus One" (and more if one wants to access previous elements).
My 2 cts,
X.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.