Yes, we hit DMD bugs, like the one with opaque structs which required extensive work-arounds. struct MyStruct; MyStruct*[] = new MyStruct*[n];I'm not sure this is a bug. How do you default initialize an array of structs you don't know the .init values of?
An array of struct *pointers*. Fill it with nulls, I'd say. -- Simen
