Sequence `+(Sequence ... coll)
Addition operator
Append the content of @coll to this sequence and return the results as a new Sequence .
The sequences to append to this sequence.
The result of the append as a new Sequence .