0.1.3 • Published 9 years ago

array-util v0.1.3

Weekly downloads
5
License
BSD
Repository
github
Last release
9 years ago

ArrayUtil

Array utils to make doing things with arrays easier.

###Array.prototype.merge

Uniquely merge two arrays (even with object elements).

###Array.prototype.equals

Quick and easy truthy comparison of two arrays.

###Array.prototype.toObject

Convert an array to an array like object.

###Array.prototype.shuffle

Shuffle the elements within an array.

###Array.prototype.unique

Eliminate duplicate elements within an array.

###Array.prototype.group

Create multi-dimensional arrays based on element object properties.

0.1.3

9 years ago

0.1.1-1

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago