digitalmars.D.learn - How do formally you call the 'in' operator?
- Andrej Mitrovic <andrej.mitrovich gmail.com> Sep 24 2011
- Ellery Newcomer <ellery-newcomer utulsa.edu> Sep 24 2011
Information about overloading opIn and opIn_r is missing from the docs, so I'm writing that section. But I don't know what is the formal name of this operator so I can put it in the title. Maybe I should just name the title "Overloading the In Operator"?
Sep 24 2011
On 09/24/2011 01:18 PM, Andrej Mitrovic wrote:Information about overloading opIn and opIn_r is missing from the docs, so I'm writing that section. But I don't know what is the formal name of this operator so I can put it in the title. Maybe I should just name the title "Overloading the In Operator"?
I think opIn and friend have been deprecated, and the in vogue thing to use now is opBinaryRight
Sep 24 2011








Ellery Newcomer <ellery-newcomer utulsa.edu>