LinkedHashMap.opBinaryRight

in operator. Check to see if the given element exists in the container.

struct LinkedHashMap(Key, Value)
inout nothrow pure @safe
inout(Value)*
opBinaryRight
(
string op
)
(
Key key
)
if (
op == "in"
)

Meta