HashMapImpl.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Value get(Key key, Value default_value)
    struct HashMapImpl(Key, Value, ALLOC = void)
    @trusted nothrow const
    Value
    get
    (
    in Key key
    ,
    Value default_value = Value.init
    )
  2. const(Value) get(Key key, const(Value) default_value)

Meta