Trait bitwise::word::Parity [] [src]

pub trait Parity {
    fn parity(self) -> Self;
}

Method version of parity.

Required Methods

Implementors