Return the result of comparing this with another url
int
compare(
const url_view_base& other) noexcept;
Declared in file <src/url_view_base.cpp> at line 660
This function compares two URLs according to Syntax-Based comparison algorithm.
Linear in `min( u0.size(), u1.size() )`
Throws nothing.