Return the number of params
size_t size() noexcept;
Declared in file <src/params_base.cpp> at line 165
assert( url_view( "?key=value").params().size() == 1 );
Constant.
Throws nothing.