On Friday, 12 September 2025 at 15:20:38 UTC, Brother Bill wrote:
Is is possible to 'disable' .init for a struct?

You do not want .init?

Fine:

```d
    Archive noInit = void;
```

Reply via email to