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