A sequence is any type for which there is a bijective relation between the integers `0..n` and the elements of the sequence, and the elements may be accessed in the order `0..n`, where `n` is the number of elements in the sequence.
A sequence is any type for which there is a bijective relation between the integers 0..n
and the elements of the sequence, and the elements may be accessed in the order 0..n
, where n
is the number of elements in the sequence.
A sequence may be infinite, in which case, the relation is with the open range 0...
.