Member of the starry suite—modular functions for iterable objects.
Status
Applies to the whole suite.
Usage
function concat<T = any>(
...iterables: Iterable<T>[]
): Iterable<T>
Returns an iterable that returns the elements of each iterable passed.
Parameters:
- ...iterables:
Iterable<T>[]
Returns: Iterable<T>