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")]
143
+
pubconstBITS:u32 = <$Int>::BITS;
144
+
131
145
/// Returns the number of leading zeros in the binary representation of `self`.
132
146
///
133
147
/// 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