pub trait Popcnt { // Required method fn popcnt(&self) -> u32; }
Generic trait for pop-countable integers.