On Tuesday, 6 June 2017 at 13:29:32 UTC, Stanislav Blinov wrote:

Structs, on the other hand, are another matter. Although, even creating a block with BlkAttr.FINALIZE *and* passing the struct typeinfo to GC.malloc() doesn't seem to compel it to run the struct dtors on collect, which is weird, considering it does so for a new'ed array of structs :\

Ah, but of course I forgot to .init, never mind.

Reply via email to