[#24B88388DBB6BAEDD6F3C686D5E400B64747A84E]
Constructor
url_view(url_view const& other) noexcept;
After construction, both views reference the same underlying character buffer. Ownership is not transferred.
this->buffer().data() == other.buffer().data()
Constant.
Throws nothing.