Trait bitwise::word::ClearBitsLeq [] [src]

pub trait ClearBitsLeq {
    fn clear_bits_leq<U: UnsignedWord>(self, n: U) -> Self;
}

Method version of clear_bits_leq.

Required Methods

Implementors