Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Method ADT.CircularList()->`+()


Method `+

CircularList res = ADT.CircularList() + coll

Description

Addition operator

Append the content of this CircularList and @coll and return the results as a new CircularList.

Parameter coll

The lists to append to this list

Returns

The result of the append as a new CircularList.