https://issues.dlang.org/show_bug.cgi?id=18337

Jonathan Marler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from Jonathan Marler <[email protected]> ---
I'm going to reopen this and suggest that the page document that `opIn` and
`opIn_r` are deprecated and should be replaced with `opBinary(string op =
"in")` and `opBinaryRight(string op = "in")`.

--

Reply via email to