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