Returns an iterator to the first element.
Declared in <absl/types/any_span.h>
<absl/types/any_span.h>
constexpr iterator begin() const;
An iterator to the first element, or end() if empty.
end()
Created with MrDocs