...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Return an iterator to the first element.
array::iterator
begin() noexcept; »more...
Return a const iterator to the first element.
array::const_iterator
begin() const noexcept; »more...