User Tools

Site Tools


ddsf:public:guidebook:06_append:glossary:s:sequence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ddsf:public:guidebook:06_append:glossary:s:sequence [2020/06/30 18:20]
nick created
ddsf:public:guidebook:06_append:glossary:s:sequence [2021/07/14 16:45] (current)
murphy ↷ Links adapted because of a move operation
Line 1: Line 1:
 ===== Sequence ===== ===== Sequence =====
-[[ddsf:private:cookbook:​06_append:​glossary| Return to Glossary ]]+[[ddsf:public:guidebook:​06_append:​glossary:start| Return to Glossary ]]
  
 A **Sequence** is logically composed of three things: an array of elements, a maximum number of elements that the array may contain (i.e. its allocated size), and a logical length indicating how many of the allocated elements are valid. The length may vary dynamically between 0 and the maximum (inclusive);​ it is not permissible to access an element at an index greater than or equal to the length. A **Sequence** is logically composed of three things: an array of elements, a maximum number of elements that the array may contain (i.e. its allocated size), and a logical length indicating how many of the allocated elements are valid. The length may vary dynamically between 0 and the maximum (inclusive);​ it is not permissible to access an element at an index greater than or equal to the length.
ddsf/public/guidebook/06_append/glossary/s/sequence.1593555620.txt.gz · Last modified: 2020/06/30 18:20 by nick