Function merge

  • Merges the specified arrays into a single array.

    Type Parameters

    • T

    Parameters

    • iterables: Iterable<Iterable<T>>

    Returns T[]