HashCollection.addNew

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool addNew(K key, V value)
  2. bool addNew(K key)
    struct HashCollection(K, V, bool ordered, bool multi)
    static if(!(haveValues))
    bool
    addNew
    ()
    (
    auto ref K key
    )

Meta