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