On Thursday, 21 April 2022 at 12:41:08 UTC, WebFreak001 wrote:
which I think is a little bug-prone, but at least that would solve my issues.

What issue do you have with it returning `true`? Note that this compiles:
```D
@safe:
import std.sumtype;
void main()
{
    SumType!(int, string) s = assert(0);
}

```

Reply via email to