You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[stable(feature = "nonzero_bits", since = "1.67.0")]
131
+
pubconstBITS:u32 = <$Int>::BITS;
132
+
119
133
/// Returns the number of leading zeros in the binary representation of `self`.
120
134
///
121
135
/// On many architectures, this function can perform better than `leading_zeros()` on the underlying integer type, as special handling of zero can be avoided.
0 commit comments