nextChar
Returns the next element in the iteration without boxing conversion.
Since Kotlin
1.0Throws
if the iteration has no next element.
Returns the next element in the iteration without boxing conversion.
if the iteration has no next element.
Thanks for your feedback!