Extracted from Pike v7.6 release 13 at 2004-09-08.
pike.ida.liu.se
[Top]
ADT
ADT.Sequence

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


Method `+

Sequence `+(Sequence coll)

Description

Addition operator Append the content of coll to thies sequence and return the results as a new Sequence .

Parameter coll

The sequence to append to his sequence.

Returns

The result of the append as a new Sequence .