ref semantics with hashes
    Kagamin 
    spam at here.lot
       
    Fri May  4 21:11:04 PDT 2012
    
    
  
Well, if one needs strictly ref dictionary
class Dictionary(TKey, TValue)
{
   TValue[TKey] dictionary;
   alias dictionary this;
}
    
    
More information about the Digitalmars-d-learn
mailing list