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