The string to convert to an async-iterable.
An async-iterable stream of characters from the source.
Converts the AsyncIterable-like input or single element into an AsyncIterable.
The type of elements in the async-iterable like sequence.
The async-iterable like input to convert to an async-iterable.
An async-iterable stream from elements in the async-iterable like sequence.
Converts the single element into an async-iterable sequence.
The type of the input to turn into an async-iterable sequence.
The single element to turn into an async-iterable sequence.
An async-iterable sequence which contains the single element.
Generated using TypeDoc
Converts an existing string into an async-iterable of characters.