Skip to content

registry

Compare
Choose a tag to compare
@jrTilak jrTilak released this 26 Apr 18:41
· 110 commits to dev since this release
ac50ffc

What's Changed

Some more array methods:

partition
: Partitions an array into two arrays based on a given callback ie predicate.

remove
: Removes elements from an array at a specified index.

rotate
: Rotates the elements of an array by a given number of positions.

zip
: Zips arrays together in the form of an array of arrays.

Full Changelog: cli-www...registry