[#DAC6A0C270DF67CD40839F54E9D96A31F71B45D3]

Function segments_encoded_base:: begin

Return an iterator to the beginning

Synopsis

            iterator
begin() const noexcept;
        

Description

Complexity

Linear in `this->front().size()` or constant if `this->empty()`.

Exception Safety

Throws nothing.