Trait bitintr::x86::abm::POPCNT [] [src]

pub trait POPCNT {
    fn popcnt(self) -> Self;
}

Method version of popcnt.

Required Methods

Implementors