first
Returns the first character.
Since Kotlin
1.2Throws
if the char sequence is empty.
Returns the first character matching the given predicate.
Since Kotlin
1.2Throws
if no such character is found.
Returns the first character.
if the char sequence is empty.
Returns the first character matching the given predicate.
if no such character is found.