Function itr8FromString

  • 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

    Parameters

    • s: string

      string

    Returns IterableIterator<string>

Generated using TypeDoc