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; ```
Dejan Lekic via Digitalmars-d-learn Wed, 17 Sep 2025 12:42:08 -0700
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; ```