1.0.2 • Published 9 years ago

modarray v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

modarray

operations for Array-likes within modulo space.

install

with npm, do:

npm i --save modarray

api

arr = modarray(opts)

opts.data

an Array-like to be the underlying data operated on.

opts.modulo

a Number describing the modulo to contain the array within.

arr.get(i)

retrieves element i from the array.

arr.set(i, v)

sets element i to v.

arr.index(i)

retrieves the index of the cell in the underlying data.

license

ISC