Module combined

Module combined 

Source
Expand description

This file models a combined sequences.

Structsยง

CombinedElement
CombinedSequence
A CombinedSequence models 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. A CombinedSequence gives you a method to increment and display a set of sequences.