what the problem with this?

alias myint = mixin("int"); // <- basic type expected blah blah blah...

mixin alias unusable now, it blocks various cool templates and really frustrating(such things make D feels like some cheap limited language), is there any way to tell compiler explicitly use mixin result for aliasing like above?

Reply via email to