Trait bitwise::word::FlipBitsLeq [] [src]

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

Method version of flip_bits_leq.

Required Methods

Implementors