Function push

  • Add value to the end.

    Type Parameters

    • T

    Parameters

    • x: T[]

      an array

    • Rest ...vs: T[]

      values to add

    Returns T[]

    x ⧺ vs

Generated using TypeDoc