Method ADT.CircularList()->create()


Method create

ADT.CircularList ADT.CircularList(array(ValueType)|int arg)

Description

Creates a new CircularList around the array arg or a new CircularList with the maximum size of arg.