Returns a pointer to the elements of the inlined vector. This pointer can be used to access and modify the contained elements.
pointer
Declared in <absl/container/inlined_vector.h>
<absl/container/inlined_vector.h>
pointer data() noexcept;
NOTE: only elements within [data(), data() + size()) are valid.]
data()
data() + size()
A pointer to the elements.