Hello Jonathan,
(I don't know why you'd want the name in the first place),
mixin foo!(int) asInt; mixin foo!(float) asFloat; Without the names you can't access anything.
So, I think that making templates intended to be mixed in have to be marked with the mixin keyword is a good idea, but I think that it's a bad idea to not require the mixin keyword when actually mixing it in.
Ditto. -- <IXOYE><
