Overload of InlinedVector::data() that returns a const_pointer to the elements of the inlined vector. This pointer can be used to access but not modify the contained elements.
NOTE: only elements within [data(), data() + size()) are valid.]
A const_pointer to the elements.