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