@stdlib/array-base-reject

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

@stdlib/array-base-filter

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