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