Suppose I have the following: alias func = void function(int);

Is there a way to convert it automatically to something the same type except of delegate: alias del = toDel(func) = void delegate(int);?


Reply via email to