Shortcut to IterableWrapper<T> constructor. Wraps an Array or IterableIterator<T> into IterableWrapper<T> in order to provide higher-order functions that operate over the collection.
IterableWrapper<T>
Array
IterableIterator<T>
IterableWrapper with added functionality
Generated using TypeDoc
Shortcut to
IterableWrapper<T>
constructor.Wraps an
Array
orIterableIterator<T>
intoIterableWrapper<T>
in order to provide higher-order functions that operate over the collection.