begin

Return an iterator to the beginning

Synopsis

iterator begin() noexcept;

Declared in file <src/segments_encoded_base.cpp> at line 86

Description

Complexity

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

Exception Safety

Throws nothing.