public override readonly native operator[](index as Int) as T
Returns the value at the given index.
Supports negative indices:
-1 is the last element-2 is the previous one| Parameter | Description |
|---|---|
index | Zero-based index (or negative reverse index). |
The stored value at the requested position.