absl::FixedArray::front

Returns a reference to the first element of the fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

reference
front();

Return Value

A reference to the first element.