1.0.9 • Published 5 years ago

arr_list v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Javascript Array List
Build Status
Coverage Status

For lovers of fortified data structures here is a version of a list arrayList that is well customised for a number of operations. It is built on top of the javascript array with the following fuctionalities.
a. adding at any index easily
b. removing at any index easily
c. deleting a provided element with a number of its copies or not.
d. getting an element at an index
e. getting the index of a given element
f. checking if an element is already part of the list

It is similar to Java array list.

Your contribution will be of much help

Enjoy.

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago