Extracted from Pike v7.6 release 112 at 2008-06-24.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList

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


Method `+

CircularList `+(CircularList coll)

Description

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

Parameter coll

The list to append to his list

Returns

The result of the append as a new CircularList .