static FunctionCall mapMethodLike functionCall_list(O fname, Iterable args) { ret FunctionCall(fname, toObjectArray(args)); }