[#C59AE9E0974141FB6BD637C42687003B2CCDDF67]
Return a pointer to the first character
char const* data() const noexcept;
This function returns a pointer to the beginning of the view, which is not guaranteed to be null-terminated.
Throws nothing.