is there any way for an object to make it self no longer usable
    Kagamin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Jul 19 06:46:07 PDT 2014
    
    
  
You can encapsulate it in a wrapper, which will control access to 
the object and reject if necessary.
    
    
More information about the Digitalmars-d-learn
mailing list