pub const unsafe fn ctlz_nonzero<T: Copy>(x: T) -> u32🔬This is a nightly-only experimental API. (
core_intrinsics)This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Expand description
Like ctlz, but extra-unsafe as it returns undef when
given an x with value 0.
This intrinsic does not have a stable counterpart.