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