Expand description
This file models a combined sequences.
Structsยง
- Combined
Element - Combined
Sequence - A
CombinedSequencemodels any sequence which is not entirely either numbers, uppercase, or lowercase. It does this by combining sequences which are. Each internal sequence it contains has its own state. ACombinedSequencegives you a method to increment and display a set of sequences.