Trait debruijn::kmer::KmerSize[][src]

pub trait KmerSize: Ord + Hash + Copy + Debug {
    fn K() -> usize;
}
Expand description

Helper trait for declaring the K value of a Kmer. Will be removed when const generics are available

Required methods

Implementors