Trait ilog2::Bitops [] [src]

pub trait Bitops: PrimInt + Unsigned + Future {
    fn bit_length() -> usize;
    fn bit_mask() -> Self;
}

Required Methods

Implementors