Synchronized const methods
    Daniel Keep 
    daniel.keep.lists at gmail.com
       
    Fri Jun 11 22:37:18 PDT 2010
    
    
  
immutable means "no one can modify this."
const means "someone might be able to modify this, but not you can't."
    
    
More information about the Digitalmars-d-learn
mailing list