digitalmars.D.learn - Alias for a template
- Robin Allen <r.a3 ntlworld.com> Jan 24 2007
What are the rules for when you can alias a template and when you can't? For
example, why doesn't this compile?
import std.signals;
alias Signal!(int) x;
void main() {}
Jan 24 2007








Robin Allen <r.a3 ntlworld.com>