On Wednesday, 19 August 2026 at 20:58:56 UTC, Steven Schveighoffer wrote: > D: > ```d > void main() { > float[int] aa; > aa[0]++; > writeln(a[0]); // ??? > } > ``` > > -Steve 1 :)