|
|
|
|
|
by SolarNet
3172 days ago
|
|
If you read the OP again carefully, you'll see that you can use offset arrays for every array you make and suffer no performance penalty, because the offset is compiled away. And the development overhead is a single library import call; I replace core language data-structures all the time in any language for features I want, this is no different. |
|
(assuming we're not just arguing over arbitrary-array indexing to input predefined constants at the REPL/code level).