[Issue 18337] https://dlang.org/spec/operatoroverloading.html missing opIn/opIn_r

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 31 02:50:05 UTC 2018


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

Jonathan Marler <johnnymarler at gmail.com> changed:

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

--- Comment #2 from Jonathan Marler <johnnymarler at gmail.com> ---
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")`.

--


More information about the Digitalmars-d-bugs mailing list