This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Release 1.1.0
New Features
- Add array-specific operations:
filterArray()
,flatMapArray()
, andmapArray()
. - Add
itsElements()
function - anArray.from()
analog optimized for push iterables. - Expose
iteratorOf()
utility function.