Return an iterator to the first element.
array::iterator begin() noexcept; » more...
array::iterator
more...
Return a const iterator to the first element.
array::const_iterator begin() const noexcept; » more...
array::const_iterator