September 24, 2011 Re: How do formally you call the 'in' operator? | ||||
---|---|---|---|---|
| ||||
Oh wait, I've just realized that opIn is actually the old way of using that operator. The new way is using opBinary and string matching instead. This is already described in the docs. I guess opIn and opIn_r are going away? |
September 24, 2011 Re: How do formally you call the 'in' operator? | ||||
---|---|---|---|---|
| ||||
On Saturday, September 24, 2011 20:37:45 Andrej Mitrovic wrote:
> Oh wait, I've just realized that opIn is actually the old way of using that operator. The new way is using opBinary and string matching instead. This is already described in the docs.
>
> I guess opIn and opIn_r are going away?
Yes.
- Jonathan M Davis
|
Copyright © 1999-2021 by the D Language Foundation