elementAt

fun elementAt(index: Int): Int(source)

Returns the element at the given index or throws IndexOutOfBoundsException if the index is out of bounds of this collection.