[#550E06938A16CFC3A8AD20CFB49A005A91EC15A2]
Return true if there are no params
bool empty() const noexcept;
assert( ! url_view( "?key=value" ).params().empty() );
Constant.
Throws nothing.