Converts the input iterable to an array.
Returns a function that accepts an input iterable and returns a promise resolving to an array
of the elements from the input iterable.
Returns
A function that accepts an input iterable and returns a promise resolving to an array.
Converts the input iterable to an array. Returns a function that accepts an input iterable and returns a promise resolving to an array of the elements from the input iterable.
Returns
A function that accepts an input iterable and returns a promise resolving to an array.
Example