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

Meta