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)
  2. const(Value) get(Key key, const(Value) default_value)
    struct HashMapImpl(Key, Value, ALLOC = void)
    @trusted nothrow
    static if(!is(typeof( )))
    const(Value)
    get
    (
    Key key
    ,
    const(Value) default_value = Value.init
    )

Meta