static FunctionCall mapMethodLike functionCall(O fname, O... args) { ret FunctionCall(fname, args); }