[Solved] How can I convert function types with the same signature?
[ad_1] The usual type conversions work for function types just as well as they work for non-function types: pkg1.PkgApiCall(SomeFuncType(x)) [ad_2] solved How can I convert function types with the same signature?