On Thursday, 20 February 2020 at 18:23:45 UTC, Paul Backus wrote: > In the `else` branch of the `static if` statement, if `T` has > both a copy constructor and a destructor, the copy constructor > is skipped but the destructor will still be called. I see. Thanks. I'll consider removing the template flag `memoryPacked`.