Function DictionaryList.opBinaryRight
Returns a pointer to the first field that matches
the given key
.
Prototypes
inout inout(DictionaryList . ValueType)* opBinaryRight(string op)(
string key
)
if (op == "in");
inout bool opBinaryRight(string op)(
string key
)
if (op == "!in");
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.