how to understand different attribute styles?
    timepp via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Oct 17 07:12:33 PDT 2016
    
    
  
there is "@disable", using @ as prefix;
there is "__gshared", using __ as prefix;
there is also "align", not using prefix.
I failed to summarize a rule here. Can anyone tell the underlined 
philosiphy?
    
    
More information about the Digitalmars-d-learn
mailing list