static O makeAndCall(S functionName, O... args) { ret preciseCall(loadFunctions(functionName), functionName, args); }