Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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


Method `+

Sequence res = ADT.Sequence() + coll

Description

Addition operator

Append the content of @coll to this sequence and return the results as a new Sequence.

Parameter coll

The sequences to append to this sequence.

Returns

The result of the append as a new Sequence.