- Preparing search index...
- The search index is not available
itr8
- itr8ToString<T>(iterator: Iterator<T, any, undefined> | AsyncIterator<T, any, undefined>): string | Promise<string>
-
Parameters
-
iterator: Iterator<T, any, undefined> | AsyncIterator<T, any, undefined>
Returns string | Promise<string>
Turns an iterator into a single string. The strings will simply be 'glued' together, so if you need a separator, use interperse first.
It is the equivalent of Array.join('').
Example
Returns
a string