Function core::intrinsics::cttz_nonzero
const: 1.53.0 · source · pub const unsafe extern "rust-intrinsic" fn cttz_nonzero<T: Copy>(
x: T,
) -> u32
🔬This is a nightly-only experimental API. (
core_intrinsics
)Expand description
Like cttz
, but extra-unsafe as it returns undef
when
given an x
with value 0
.
This intrinsic does not have a stable counterpart.