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

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

Trait for specialized integer operations used in DeBruijn Graph

Required methods

fn reverse_by_twos(&self) -> Self

Reverse the order of 2-bit units of the integer

fn lower_of_two() -> Self

Loading content...

Implementations on Foreign Types

impl IntHelp for u128[src]

impl IntHelp for u64[src]

impl IntHelp for u32[src]

impl IntHelp for u16[src]

impl IntHelp for u8[src]

Loading content...

Implementors

Loading content...