modarray
v1.0.2
Published
arrays that operate within a modulus
Downloads
4
Maintainers
Readme
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