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