kotlin.text.elementAt

elementAt

inline fun CharSequence.elementAt(index: Int): Char

Returns a character at the given index or throws an IndexOutOfBoundsException if the index is out of bounds of this char sequence.

© 2010–2017 JetBrains s.r.o.
Licensed under the