Return an object that iterates over all 1 bits (++ and * only allowed when != end()).
Synopsis
Declared in <util/bitset.h>
constexpr
Iterator
begin() const noexcept;
Return Value
An iterator to the first set bit.
Created with MrDocs