pub type Peptide = Seq<Vec<Amino>>;
Common amino acid sequence type
pub struct Peptide(pub Vec<Amino>);
0: Vec<Amino>