Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method ADT.Sequence()->cast()


Method cast

(array)ADT.Sequence()

Description

Cast operator.

Parameter type

Casts to this type.

Casts to the following types are supported:

"array"

Cast the content of this sequence to an array.


Returns

An array with the contents of this sequence.