public native operator[](index as Int) as T
Returns or replaces the element at the given index.
Negative indexes are accepted and count from the end of the array.
import klyn.collections values = fs:["left", "right"] print(values[-1]) # right