Returns an iterator to the first element.

Synopsis

Declared in <absl/types/any_span.h>

constexpr
iterator
begin() const;

Return Value

An iterator to the first element, or end() if empty.

Created with MrDocs