Same as merge, but each of the iterables to merge is itself a Sequence rather than an Iterable.
Same as merge, but both the outer collection and each of the iterables to merge are Sequences.
Same as merge, taking the Sequences to merge as varargs.