On 2013-09-01 12:21, Jakob Ovrum wrote:
What do you mean? Please show some code how a declared but not defined struct can be initialized in any way, shape or form.
int[] a; // default initialized int[] b = [3, 4, 5]; // explicitly initialized -- /Jacob Carlborg