static int mapMethodLike calculateLengthOfFunctionCall(S fname, int... argLengths) { ret l(fname) + 2 + intSum(argLengths); }