- Preparing search index...
- The search index is not available
peter-piper
- concatSync<T>(...iterables: Iterable<T>[]): ((input: Iterable<T>) => Iterable<T>)
-
Parameters
-
Rest
...iterables: Iterable<T>[]
Returns ((input: Iterable<T>) => Iterable<T>)
-
- (input: Iterable<T>): Iterable<T>
-
Returns Iterable<T>
Concatenates multiple input sync iterables into a single sync iterable.
Returns
A function that accepts an input sync iterable and returns a concatenated sync iterable.
Example
Remarks
Available as
concat
when imported frompeter-piper/sync
.