pub type Seq2Bit = BitBox<u8, Msb0>;
Represent a sequence in 2 bit
struct Seq2Bit { /* private fields */ }