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