abstract fun get(index: Int): Any!
Get a value at a specified index.
index - Int: The array index.
index
IndexOutOfBoundsException - If the index is out of bounds.
IndexOutOfBoundsException
Return Any!: The value.