SmartInt.popcnt

Count the number of set bits using core.bitop.popcnt().

struct SmartInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
const pure @safe nothrow @nogc
SmartInt!(int, policy, bitOps)
popcnt
()
()
if (
isIntegral!N &&
)

Meta