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