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