Trait bitwise::word::ClearBitsGeq [] [src]

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

Method version of clear_bits_geq.

Required Methods

Implementors