// first element of params can be the value static S hpassword(S name, O... params) { ret hpasswordfield(name, params); } static S hpassword(S name) { ret hpasswordfield(name); }