HashCollection.opBinaryRight

Check if item with this key has been added. When applicable, return a pointer to the last value added with this key.

struct HashCollection(K, V, bool ordered, bool multi)
inout
Select!(haveReturnType, inout(ReturnType)*, bool)
opBinaryRight
(
string op : "in"
_K
)
(
auto ref _K key
)
if (
is(typeof(key in lookup))
)

Meta