Trait bitwise::word::SetBitsGeq [] [src]

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

Method version of set_bits_geq.

Required Methods

Implementors