Extracted from Pike v7.6 release 61 at 2005-12-30.
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 .