Type Alias Predicate<T>

Predicate: (element: T, index: number, array: AnyArray<T>) => boolean

Type Parameters

  • T