sS mapMethodLike formatFunctionCall(S fname, O... args) { ret fname + "(" + joinWithComma(allToString(args)) + ")"; }