dnaNucs top-level constant

List<String> const dnaNucs

The four DNA nucleotides.

Implementation

const List<String> dnaNucs = ["A", "T", "G", "C"];