HashMap.byKeyValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto byKeyValue()
  2. auto byKeyValue()
    struct HashMap(TKey, TValue, Traits = DefaultHashMapTraits!TKey, Allocator = IAllocator)
    const
    byKeyValue
    ()
    if (
    is(typeof(Traits.clearValue) : TKey)
    )

Meta