Set.opBinaryRight

Support for the 'in' operator

Aliased to opIn_r, for backwards compatibility

class Set(K)
alias opBinaryRight(string op : "in") = opIn_r

Meta