HashMap.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 HashMap(TKey, TValue, Traits = DefaultHashMapTraits!TKey, Allocator = IAllocator)
    static if(!is(typeof( )))
    const(Value)
    get
    if (
    is(typeof(Traits.clearValue) : TKey)
    )

Meta