Function concat$

  • Append values from arrays!

    Type Parameters

    • T

    Parameters

    • x: T[]

      an array (updated!)

    • Rest ...ys: Iterable<T>[]

      arrays to append

    Returns T[]

    x = x ⧺ y₀ ⧺ y₁ ⧺ ...] | [y₀, y₁, ...] = ys

Generated using TypeDoc