Count the number of bits set in an unsigned integer type.
Declared in <util/bitset.h>
<util/bitset.h>
template<typename I> constexpr unsigned int PopCount(I v);
The number of 1 bits in v.