Skip to main content
popcount
bit_
manipulation
0.1.0
bit_manipulation
Function
popcount
Copy item path
Source
pub fn popcount(x:
u64
) ->
u32
Expand description
Number of set bits in
x
.