OpenHashMap.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(K)* 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 const return @trusted
    static if(!hasValue)
    const(K)*
    opBinaryRight
    (
    string op
    SomeKey
    )
    (
    const scope SomeKey key
    )
    if (
    op == `in` &&
    )
  2. inout(V)* opBinaryRight(SomeKey key)

Meta