Type Parameters

  • T

Hierarchy

  • Array

Methods

Methods

    • Takes longest prefix of elements from the end that satisfy the predicate.

    Parameters

    • predicate: ((value) => boolean)
        • (value): boolean
        • Parameters

          • value: T

          Returns boolean

    Returns T[]

Generated using TypeDoc