Return an iterator to the beginning.
iterator begin();
If the container is empty, end() is returned.
end()
Constant.
No-throw guarantee.