[][src]Function js_sys::Math::clz32

pub fn clz32(x: i32) -> u32

The Math.clz32() function returns the number of leading zero bits in the 32-bit binary representation of a number.

MDN documentation