Returns a new array containing the values from iterable, in order, for which the given test function returns true. Equivalent to array.filter.
Returns a new array containing the values from iterable, in order, for which the given test function returns true. Equivalent to array.filter.