public readonly native operator[](index as Int) as Object
Returns the value at the given position.
Supports negative indices:
-1 is the last element-2 is the previous oneWhen the index is known at compile time, the compiler can infer the precise positional type.
Stored value at the requested position.