[walter Bright wrote ] the thing is, GC is a terrible and unreliable method of managing non-memoryresource lifetimes. Destructors for GC objects are not guaranteed to ever run.
So now it looks like dynamic arrays also can't contain structs with destructors :o). -- Andrei
Nick