Retrieve a bit at the given position.
Declared in <util/bitset.h>
<util/bitset.h>
constexpr bool operator[](unsigned int pos) const noexcept;
true if the bit at pos is set.