svoid mapMethodLike printFunctionCall(O fname, O... args) { print(formatFunctionCall(fname, args)); }