The function called per iteration.
The collection to iterate over.
A new array or string.
Returns a new array|string containing the last n elements of a given array|string, passing
each value to the supplied predicate function, and terminating when the
predicate function returns false. Excludes the element that caused the
predicate function to fail.
The function called per iteration.
The collection to iterate over.
A new array or string.
Returns a new array|string containing the last n elements of a given array|string, passing
each value to the supplied predicate function, and terminating when the
predicate function returns false. Excludes the element that caused the
predicate function to fail.
The function called per iteration.
A new array or string.
Generated using TypeDoc
Returns a new array|string containing the last
nelements of a given array|string, passing each value to the supplied predicate function, and terminating when the predicate function returnsfalse. Excludes the element that caused the predicate function to fail.