[#CC5EE402C72D6096F3B0477FC9EF554034E569DF]
Return the number of params
std::size_t size() const noexcept;
assert( url_view( "?key=value").encoded_params().size() == 1 );
Constant.
Throws nothing.