Class ADT.Sequence

Description

The sequence work similar to an array but has the possibility to insert and remove elements. It also has a more powerful iterator.


Method create

ADT.Sequence ADT.Sequence(array|int arg)

Description

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