HybridHashMap.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(K)* opBinaryRight(SomeKey key)
  2. inout(V)* opBinaryRight(SomeKey key)
    struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
    scope inout return @trusted
    static if(hasValue)
    inout(V)*
    opBinaryRight
    (
    string op
    SomeKey
    )
    (
    in SomeKey key
    )
    if (
    op == `in` &&
    isScopedKeyType!(SomeKey)
    )
    if (
    isAllocator!Allocator
    )

Meta