On Wednesday, 26 February 2025 at 03:47:32 UTC, Arredondo wrote:
stuff like this is not even necessary if you dont need it now dont delcare an easy workaround is use some copy dictionary.Is it possible to declare a partially initialized struct?I would have thought that doing it like this would work: ``` struct S { int[100] a = void; int b = 0; } ```