Timon Gehr wrote:
alias MyFoo = Foo!q{}
This syntax makes a lot of sense, but why have the '=' at all? Why not just:
alias Num float;
alias MyFoo Foo!q{
};
Timon Gehr wrote:
alias MyFoo = Foo!q{}
This syntax makes a lot of sense, but why have the '=' at all? Why not just:
alias Num float;
alias MyFoo Foo!q{
};