-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Reduces to a string joining all elements.
- Optional separator to insert between items.
- Optional prefix to prepend to the string.
- Optional suffix to append to the string.
function *toString<T>(data: Iterable<T> | Iterator<T>, separator: string, prefix: string, suffix: string): string
Needs to be implemented:
reduce.toString()reduce.toStringAsync()Stream.toString()AsyncStream.toString()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers