Trait bitintr::arm::v7::CLZ [] [src]

pub trait CLZ {
    fn clz(self) -> Self;
}

Method version of clz.

Required Methods

Implementors