pub type Dna = Seq<Vec<Nuc>>;
Common nucleotide sequence type
pub struct Dna(pub Vec<Nuc>);
0: Vec<Nuc>