popcnt
fn
int popcnt(uint x) pureCalculates the number of set bits in an integer.
fn
int popcnt(ulong x) pureditto
int popcnt(uint x) pureCalculates the number of set bits in an integer.
int popcnt(ulong x) pureditto