Return an iterator to the beginning.
iterator begin() const;
Linear in this->front().size() or constant if this->empty().
this->front().size()
this->empty()
Throws nothing.