Predicate
Type Alias
A boolean-valued function over a value, possibly including context information regarding that value's position in an array.
API
type Predicate = (value: T) => booleanJump to details
A boolean-valued function over a value, possibly including context information regarding that value's position in an array.
type Predicate = (value: T) => boolean