Turns a string into an Iterator that outputs every character of the string separately.
(but since a string is an Iterable, you can use itr8FromIterable on strings as well!)
an iterator
string
Generated using TypeDoc
Turns a string into an Iterator that outputs every character of the string separately.
(but since a string is an Iterable, you can use itr8FromIterable on strings as well!)
Returns
an iterator