pub closed spec fn u32_leading_zeros(i: u32) -> u32
Expand description

Equivalent to i.leading_zeros(). See axiom_u32_leading_zeros for useful properties.