elementAtOrNull
inline fun CharSequence.elementAtOrNull(index: Int): Char?
Returns a character at the given index or null
if the index is out of bounds of this char sequence.
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
登录查看完整内容