Get the length of an iterable or asynchronous iterable.
length([1, 2, 3]); // 3
Promise with the length of the iterable.
Iterable or asynchronous iterable to get the length from.
Get the length of an iterable or asynchronous iterable.
Example
Returns
Promise with the length of the iterable.