Gets the element at the given index.
RangeError if the given index is not in the array
assert(new Compound(new Named!String("0", "test"))["0"] == "test");
See Implementation
Gets the element at the given index.