first
Returns the first character.
Since Kotlin
1.0Throws
if the char sequence is empty.
Returns the first character matching the given predicate.
Since Kotlin
1.0Throws
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.
Thanks for your feedback!