concatenate any number of sequences to the end of a sequence
P0 deferred version of _concat
concat(seq1, seq2, seq3)
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
Remarks
P0 deferred version of _concat
Example