Trait debruijn::kmer::IntHelp[][src]

pub trait IntHelp: PrimInt + FromPrimitive {
    fn reverse_by_twos(&self) -> Self;
fn lower_of_two() -> Self; }
Expand description

Trait for specialized integer operations used in DeBruijn Graph

Required methods

Reverse the order of 2-bit units of the integer

Implementations on Foreign Types

Implementors