1.0.2 • Published 10 years ago
modarray v1.0.2
modarray
operations for Array-likes within modulo space.
install
with npm, do:
npm i --save modarrayapi
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