pub fn make_kmer_lookup_single_simple<K: Kmer>(dv: &[DnaString], x: &mut Vec<K>)
Expand description

Just create a unique sorted vector of kmers.