Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Method ADT.CircularList()->cast()


Method cast

(array)ADT.CircularList()

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.