static O makeAndCall_cached(S functionName, O... args) { ret preciseCall(loadFunctions_cached(functionName), functionName, args); }