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