concatenate any number of sequences to the end of a sequence
concat(src, seq1, seq2, seq3)
the source sequence
Rest
additional sequences whose items will be appended to the output sequence
Generated using TypeDoc
concatenate any number of sequences to the end of a sequence
Example