[#A7ED8BD9AB17506A44EDE7B2D68B91BC55CA0F58]
Return the result of comparing this with another url
int compare(url_view_base const& other) const noexcept;
This function compares two URLs according to Syntax-Based comparison algorithm.
Linear in `min( u0.size(), u1.size() )`
Throws nothing.