HybridHashMap.opBinaryRight

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

Meta