Returns a const iterator to the first element.
Declared in <absl/types/span.h>
<absl/types/span.h>
constexpr const_iterator cbegin() const noexcept;
A const iterator to the first element, or cend() if empty.
cend()