sS mapMethodLike formatFunctionCall_struct(S fname, O... args) { ret fname + "(" + joinWithComma(map sfu(args)) + ")"; }