Function unshift$

  • Add values to the start!

    Type Parameters

    • T

    Parameters

    • x: T[]

      an array (updated!)

    • Rest ...vs: T[]

      values to add

    Returns T[]

    x = vs ⧺ x

Generated using TypeDoc