OpenHashMap.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 OpenHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), alias Allocator = Mallocator.instance, bool borrowChecked = false, bool useSmallLinearSearch = true, bool usePrimeCapacity = false)
    scope inout return @trusted
    static if(hasValue)
    inout(V)*
    opBinaryRight
    (
    string op
    SomeKey
    )
    (
    const scope SomeKey key
    )
    if (
    op == `in` &&
    isScopedKeyType!(SomeKey)
    )

Meta