[#667DEA785409D5F8AB86BDA44EE3D7A980ECB7B5]
Constructor
pct_string_view( char const* s, std::size_t len);
The newly constructed string references the specified character buffer. Ownership is not transferred.
this->data() == s && this->size() == len
Linear in `len`.
Exceptions thrown on invalid input.