Extracted from as of .
   

Method ADT.CircularList()->cast()


Method cast

mixed cast(string type)

Description

Cast operator.

Parameter type

Casts to this type.

Casts to the following types are supported:

"array"

Cast the content of this list to an array.


Returns

An array with the contents of this list.