Updated 6 months ago

@stdlib/utils-filter-arguments • Rank 4.4 • Science 44%

Create a function that invokes a provided function according to a predicate function.

Updated 6 months ago

@stdlib/iter-filter-map • Rank 3.2 • Science 44%

Create an iterator which both filters and maps the values of another iterator.

Updated 6 months ago

@stdlib/iter-filter • Rank 3.0 • Science 44%

Create an iterator which filters the values of another iterator according to a predicate function.

Updated 6 months ago

@stdlib/iter-reject • Rank 2.6 • Science 44%

Create an iterator which rejects the values of another iterator according to a predicate function.

Updated 6 months ago

@stdlib/utils-reject-arguments • Rank 2.6 • Science 44%

Create a function that invokes a provided function according to a predicate function.

Updated 6 months ago

@stdlib/array-base-mskreject-map • Rank 1.6 • Science 44%

Apply a mask to a provided input array and map the unmasked values according to a callback function.

Updated 6 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 6 months ago

ndarray-filter-map • Science 44%

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

Updated 6 months ago

@stdlib/array-base-filter • Science 44%

Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.

Updated 6 months ago

ndarray-filter • Science 44%

Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.

Updated 6 months ago

array-base-mskfiltern • Science 44%

Apply a mask to one or more provided input arrays in a single pass.

Updated 6 months ago

@stdlib/array-base-reject • Science 44%

Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.