Display Information
Glossary of terms used in a decorators world.
There are 108 entries in this glossary.| Term | Definition |
|---|---|
| Sequence |
A sequence is an ordered list of objects or events. Like a set, it contains members (also called elements or terms), and the number of terms (possibly infinite) is called the length of the sequence. Unlike a set, order matters, and exactly the same elements can appear multiple times at different positions in the sequence. A sequence is a discrete function. |
Glossary