pub fn population_count<O0: Into<Output>>( x: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for PopulationCount::new().build(x, scope).
PopulationCount::new().build(x, scope)