@tempots/std

arrayOfIterableIterator() function

Converts an IterableIterator to an array.

Signature:

arrayOfIterableIterator: (it: IterableIterator) => A[]

Parameters

Parameter

Type

Description

it

IterableIterator

The IterableIterator to convert.

Returns: A[]

An array containing the values from the IterableIterator.