A type of array elements.
A type of array element values.
A source array.
A function that values elements, taking the source element as the only parameter, and returning
either its value, or false
/null
/undefined
to filter it out.
New push iterable with array element values.
Generated using TypeDoc
Creates a push iterable with the values of elements of the given
array
.Element value is the result of provided function call, except
false
,null
, andundefined
which are filtered out.This can be used as a more effective mapArray / filterIt combination.