fun <T> Sequence<T>.elementAt(index: Int): T
Returns an element at the given index or throws an IndexOutOfBoundsException if the index is out of bounds of this sequence.
联系方式: