[#44914712F0D354E4811160B903FAAA70148D735E]

Function segments_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.