Cleared AA == and is have different results. Why?
IchorDev
zxinsworld at gmail.com
Wed Sep 10 14:25:05 UTC 2025
On Wednesday, 10 September 2025 at 14:01:29 UTC, Brother Bill
wrote:
> what is the meanings of == null vs. is null?
You have already asked this question [here
before](https://forum.dlang.org/thread/nvaiwzvcrahnwziorazc@forum.dlang.org). The spec outlines the meaning of equality and identity expressions here:
- https://dlang.org/spec/expression.html#equality_expressions
- https://dlang.org/spec/expression.html#identity_expressions
You should try to reference the spec when you don't understand
something. It's essentially the best resource for learning about
D's finer points.
More information about the Digitalmars-d-learn
mailing list