Method ADT.CircularList()->create()
- Method
create
 ADT.CircularList ADT.CircularList(array(ValueType)|intarg)- Description
 Creates a new CircularList around the array arg or a new CircularList with the maximum size of arg.
ADT.CircularList ADT.CircularList(array(ValueType)|int arg)
Creates a new CircularList around the array arg or a new CircularList with the maximum size of arg.