array-findallindices
Get indices of all values in array that satisfy the test, like Array.findIndex().
Get indices of all values in array that satisfy the test, like Array.findIndex().
Get indices of all values in array equal to specified value, like Array.indexOf().
Loop between a range of numbers. Works with any range, and negative values.
An indexed database of anime 🎉
Serialize to wavefront OBJ file string
A simple package which allows the reuse of indices by allocating indices attached with a generation.
Split array element entries into two groups.
Split element entries into two groups according to a predicate function.
Split array element indices into two groups.
Split element indices into two groups according to a predicate function.
Return an array of an object's own enumerable property names which are not integer indices.
Group element entries according to an indicator function.
Group element indices as arrays associated with distinct keys.
Group element indices according to an indicator function.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Return the next Cartesian index (i.e., set of subscripts/dimension indices).
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).