# operator under C implementation in D1
Sam Hu
samhu.samhu at gmail.com
Thu Mar 12 20:13:22 PDT 2009
Sorry,and another question:
What does ' alias s' mean in the template parm list?
What's more,sometimes I noticed people write code like this:
SomeType something...;
alias SomeType MyType;//I understood
alias systemProvidedType SomeType;//eh?
say
enum Color{}
alias Color ColorType;//understood;
alias int Color;//What's going on here?
I was confused everytime when I met such code.
Salute!
Sam
More information about the Digitalmars-d-learn
mailing list