@tempots/std
arrayOfIterableIterator() function
Converts an IterableIterator to an array.
Signature:
arrayOfIterableIterator: <A>(it: IterableIterator<A>) => A[]
Parameters
Parameter |
Type |
Description |
---|---|---|
it |
IterableIterator<A> |
The IterableIterator to convert. |
Returns: A[]
An array containing the values from the IterableIterator.