Function removeFirst

  • Returns copy of list without the first element.

    Type Parameters

    • T

    Parameters

    • list: readonly T[]

    Returns readonly T[]

Generated using TypeDoc