The string to convert to an iterable.
An terable stream of characters from the source.
Converts the iterable like input into an iterable.
The tyep of elements in the source iterable.
The iterable to convert to an iterable.
An iterable stream of the source sequence.
Converts an array-like object to an iterable.
The type of elements in the source array-like sequence.
The array-like sequence to convert to an iterable.
The iterable containing the elements from the array-like sequence.
Converts the object into a singleton in an iterable sequence.
The type of element to turn into an iterable sequence.
The item to turn into an iterable sequence.
An iterable sequence from the source object.
Generated using TypeDoc
Converts an existing string into an iterable of characters.