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