null == "" is true?

Antonio antonio at abrevia.net
Tue Jul 12 16:27:44 UTC 2022


It works

```d
void main()
{
    assert(null=="");
}
```

why?


More information about the Digitalmars-d-learn mailing list