Returns a const T* pointer to elements of the FixedArray. This pointer can be used to access (but not modify) the contained elements.
FixedArray
Declared in <absl/container/fixed_array.h>
<absl/container/fixed_array.h>
const_pointer data() const;
A const pointer to the first element.