HashMap.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Value get(Key k)
  2. Value get(Key k, Value defaultValue)
    struct HashMap(KeyPar, ValuePar, alias hashFunc = defaultHashFunc)
    export nothrow export ref
    get
    ()
    (
    auto ref Key k
    ,)

Meta