https://issues.dlang.org/show_bug.cgi?id=18337
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Simen Kjaeraas <[email protected]> --- opIn and opIn_r are deprecated, and should be implemented as opBinary(string op : "in") and opBinaryRight(string op : "in"). --
