Return a const iterator to the first element.
array::const_iterator cbegin() const noexcept;
array::const_iterator
If the container is empty, cend() is returned.
cend()
Constant.
No-throw guarantee.