front overloads
Declared in <absl/container/fixed_array.h>
Returns a reference to the first element of the fixed array.
reference
front();
» more...
Returns a const reference to the first element of the fixed array.
const_reference
front() const;
» more...