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