[][src]Function needletail::bitkmer::canonical

pub fn canonical(kmer: BitKmer) -> (BitKmer, bool)

Return the lexigraphically lowest of the BitKmer and its reverse complement and whether the returned kmer is the reverse_complement (true) or the original (false)