UnsafeHashMap.opBinaryRight

Returns a pointer to a matching KEY in the table, or null

struct UnsafeHashMap(Key, Value)
inout
inout(Key)*
opBinaryRight
(
string op : "in"
)
(
auto ref const(Key) key
)

See Also