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