Function push$

  • Add values to the end!

    Type Parameters

    • T

    Parameters

    • x: T[]

      an array (updated!)

    • Rest ...vs: T[]

      values to add

    Returns T[]

    x = x ⧺ vs

Generated using TypeDoc