Construct a bitset with bits 0..count-1 (inclusive) set to 1.
Declared in <util/bitset.h>
<util/bitset.h>
constexpr static IntBitSet Fill(unsigned int count) noexcept;
A bitset with the lowest count bits set.