Trait bitintr::x86::bmi2::PDEP [] [src]

pub trait PDEP {
    fn pdep(self, _: Self) -> Self;
}

Method version of pdep.

Required Methods

Implementors