Return an iterator to the beginning.
iterator begin() const;
auto it = this->begin();
Constant.
Throws nothing.