Function DictionaryList.opBinaryRight
Returns a pointer to the first field that matches
the given key
.
Prototypes
inout(Value)* opBinaryRight(string op)( string key ) inout; bool opBinaryRight(string op)( string key ) inout;
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.