asIterable
fun CharSequence.asIterable(): Iterable<Char>
Creates an Iterable instance that wraps the original char sequence returning its characters when being iterated.
fun CharSequence.asIterable(): Iterable<Char>
Creates an Iterable instance that wraps the original char sequence returning its characters when being iterated.