LookupByField.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
struct LookupByField(K, R, bool useTruthiness)
inout
static if(hasLvalueElements!R)
inout(Elem)*
opBinaryRight
(
string op : "in"
)
(
const(K) key
)
if (
isRandomAccessRange!R
)

Meta