Type Parameters

  • T

Hierarchy

  • Array

Methods

Methods

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

    Parameters

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

          • value: T

          Returns boolean

    Returns T[]

Generated using TypeDoc