Defines a predicate that takes a value x:T and number that represents the position of x in whichever sequence it is applied to and returns a truthy/falsy value, usually to signal inclusion in an output list
x:T
x
{@link _filter}
Generated using TypeDoc
Defines a predicate that takes a value
x:T
and number that represents the position ofx
in whichever sequence it is applied to and returns a truthy/falsy value, usually to signal inclusion in an output listExample