Function merge

  • Merge values from sorted iterables.

    Type Parameters

    • T

    • U = T

    Parameters

    • xs: Iterable<T>[]

      iterables

    • fc: CompareFunction<T | U> = null

      compare function (a, b)

    • fm: MapFunction<T, T | U> = null

      map function (v, i, x)

    Returns IterableIterator<T>

    sort(concat(...xs))

Generated using TypeDoc