HashCollection.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. IV get(KK k, IV defaultValue)
  2. IV get(KK k, IV defaultValue)
    struct HashCollection(K, V, bool ordered, bool multi)
    ref
    static if(haveIndexing)
    static if(!(haveValues))
    IV
    get
    (
    this This
    KK
    )
    (
    auto ref KK k
    ,
    auto ref IV defaultValue
    )
    if ()

Meta