iupac

Macro iupac 

Source
iupac!() { /* proc-macro */ }
Expand description

Static degenerate nucleotide codes encoded at compile time

Invalid symbols will result in compiler error

let seq: &'static SeqSlice<Iupac> = iupac!("NTAGYSW");