Function DictionaryList.opBinaryRight
Returns a pointer to the first field that matches the given key.
inout inout(DictionaryList . ValueType)* opBinaryRight(string op)
(
string key
)
if (op == "in");
inout bool opBinaryRight(string op)
(
string key
)
if (op == "!in");