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

pub trait LZCNT {
    fn lzcnt(self) -> Self;
}

Method version of lzcnt.

Required Methods

Implementors