HybridHashMap.valueOf

Get value part of element.

  1. inout(V) valueOf(inout(T) element)
    struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
    pragma(inline, true) static
    static if(hasValue)
    inout(V)
    valueOf
    ()
    (
    scope inout(T) element
    )
    if (
    isAllocator!Allocator
    )
  2. inout(V) valueOf(inout(T) element)

Meta