nucleotides constant

Set<String> const nucleotides

Implementation

static const Set<String> nucleotides = {"G", "A", "C", "T", "U"};