Function unshift

  • Add values to the start.

    Type Parameters

    • T

    Parameters

    • x: Iterable<T>

      an iterable

    • Rest ...vs: T[]

      values to add

    Returns IterableIterator<T>

    ...vs, ...x

Generated using TypeDoc