Skip to main content

popc

Function popc 

Source
pub fn popc(x: u32) -> i32
Expand description

Population count (count set bits). Transpiles to: __popc(x)