There are many different techniques and names for passing something to a function which will be called back with that function. Examples include using an object which implement an interface/protocol, to functions as objects, to passing function pointers/delegates. Is there any way to achieve something like this in Mata function. It will significantly reduce code duplication in a project I am working on. Thank you
-
Login or Register
- Log in with
Comment