sequence
A sequence of objects is a specific array type that orders elements in a sequence. Sequences accessing elements according to its position in the list. In a sequence one may insert elements, which will change the position for all succeeding elements.
Generalisations: array
References
Referenced in