begin overloads
begin
Declared in <util/bitdeque.h>
<util/bitdeque.h>
Return a mutable iterator to the first bit.
iterator begin() noexcept;
Return a read-only iterator to the first bit.
const_iterator begin() const noexcept;