Return a const iterator to the first element.
const_iterator begin() const;
If the container is empty, end() is returned.
end()
Constant.
No-throw guarantee.