On Sunday, 7 August 2022 at 23:44:26 UTC, Emanuele Torre wrote: > int[] arr = { 10, 12, 14 }; Oops, this is C++, not D: `int arr[] = { 10, 12, 14 };` =)