pub fn reverse_complement(kmer: BitKmer) -> BitKmer
Expand description

Reverse complement a BitKmer (reverses the sequence and swaps A<>T and G<>C)