pub fn leading_zero_count_u64(a: u64) -> u64
Available with target feature lzcnt only.
Expand description

Count the leading zeroes in a u64.