Returns a reference to the first element; the span must not be empty.
Synopsis
Declared in <absl/types/any_span.h>
constexpr
reference
front() const;
Return Value
A reference to the first element.
Created with MrDocs