klyn.collections.ImmutableList.operator[]
method
public override readonly native operator[](index as Int) as T
DescriptionReturns the value at the given index.
Supports negative indices:
- `-1` is the last element
- `-2` is the previous one
ReturnsThe stored value at the requested position.