Skip to main content

clz32

Function clz32 

Source
pub fn clz32(value: u32) -> u32
Expand description

Count leading zeros of a 32-bit value. (ctz.h: b2CLZ32)