On 09/05/2016 04:00 PM, ag0aep6g wrote:
You can pass the delegate type itself by alias.
[...]
void handlef(F)(Parameters!F a){writeln(a);}
Don't know why I wrote "by alias". Clearly no alias there.
ag0aep6g via Digitalmars-d-learn Mon, 05 Sep 2016 07:06:57 -0700
On 09/05/2016 04:00 PM, ag0aep6g wrote:
You can pass the delegate type itself by alias.
[...]
void handlef(F)(Parameters!F a){writeln(a);}
Don't know why I wrote "by alias". Clearly no alias there.