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