static S fulltag(S tag) { ret hfulltag(tag); } static S mapMethodLike fulltag(S tag, O contents, O... params) { ret hfulltag(tag, contents, params); }