Well, if one needs strictly ref dictionary
class Dictionary(TKey, TValue)
{
  TValue[TKey] dictionary;
  alias dictionary this;
}

Reply via email to