Cleared AA == and is have different results. Why?
Brother Bill
brotherbill at mail.com
Wed Sep 10 16:15:16 UTC 2025
On Wednesday, 10 September 2025 at 14:25:05 UTC, IchorDev wrote:
> 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.
Thank you so much. Got it.
More information about the Digitalmars-d-learn
mailing list