Return an iterator to the beginning
iterator begin() noexcept;
Declared in file <src/segments_encoded_base.cpp> at line 86
Linear in `this->front().size()` or constant if `this->empty()`.
Throws nothing.