0.2.0 • Published 10 years ago

array-control v0.2.0

Weekly downloads
60
License
-
Repository
-
Last release
10 years ago

Array-Control

array-control will extend Array.prototype with these useful functions

Array::copy()

Array::hasObject(object)
Array::hasAnyOfObjects(object)
Array::hasAllOfObjects(object)

Array::addObject(object)
Array::addObjects(objects)
Array::insertObjectAtIndex(object,index)

Array::removeObject(object) // removes ALL occurencies of object
Array::removeObjects(objects) // removes ALL occurencies of objects

Array::removeFirstObject(object)
Array::removeLastObject(object)
0.2.0

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago