Search results

118 packages found

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

published 0.2.1 2 months ago
M
Q
P

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

published 0.2.1 2 months ago
M
Q
P

Test whether all elements in a collection are falsy.

published 0.2.1 2 months ago
M
Q
P

Remove and return the first element of a collection.

published 0.2.1 2 months ago
M
Q
P

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

published 0.2.1 2 months ago
M
Q
P

While a test condition is true, invoke a function for each element in a collection.

published 0.2.1 2 months ago
M
Q
P

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.

published 0.2.1 2 months ago
M
Q
P

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

published 0.2.1 2 months ago
M
Q
P

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

published 0.2.1 2 months ago
M
Q
P

Test whether all elements in a collection fail a test implemented by a predicate function.

published 0.2.1 2 months ago
M
Q
P

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

published 0.2.1 2 months ago
M
Q
P

Test if a value is an empty array-like object.

published 0.2.1 2 months ago
M
Q
P

Test whether all elements in a collection are truthy.

published 0.2.1 2 months ago
M
Q
P

Test if a value is an array-like object containing only symbols.

published 0.2.1 2 months ago
M
Q
P

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

published 0.2.1 2 months ago
M
Q
P

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

published 0.2.1 2 months ago
M
Q
P

Invoke a function for each element in a collection.

published 0.2.1 2 months ago
M
Q
P

Remove and return the last element of a collection.

published 0.2.1 2 months ago
M
Q
P

Test whether a collection contains at least `n` elements which are truthy.

published 0.2.1 2 months ago
M
Q
P

Until a test condition is true, invoke a function for each element in a collection.

published 0.2.1 2 months ago
M
Q
P