On Tuesday, 21 May 2024 at 12:34:34 UTC, Richard (Rikki) Andrew Cattermole wrote: > Does this also apply to immutable typed data? FWIW ``` immutable int[] a=[0,1]; ``` this array goes to .data section.