Returns a pointer to the span's underlying array of data.
Declared in <absl/types/span.h>
<absl/types/span.h>
constexpr pointer data() const noexcept;
A pointer to the first element (held outside the span).