Function trailing_zero_count_u64

pub fn trailing_zero_count_u64(a: u64) -> u64
Available on crate feature dep_safe_arch only.
Expand description

Counts the number of trailing zero bits in a u64.

An input of 0 gives 64.