HashMap.byValue

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

Meta