sO cPcall(Concept.Ref ref, S method, O... args) { ret pcall(cDeref(ref), method, args); } sO cPcall(O object, S method, O... args) { ret pcall(object, method, args); }