Constness understanding
    Kagamin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Nov 30 02:27:25 PST 2015
    
    
  
Unfortunately in D constant doesn't mean constant :( it means 
readonly: you can read it, but it can change in other ways. 
Immutable means constant - doesn't change in any way.
    
    
More information about the Digitalmars-d-learn
mailing list