When passing a struct by value:Is there any way to trick the compiler to elide unnecessary post-blit & dtor pair?
Maybe using an union, somehow?
Xiaoxi via Digitalmars-d-learn Sat, 20 Jun 2015 14:11:03 -0700
When passing a struct by value:Is there any way to trick the compiler to elide unnecessary post-blit & dtor pair?
Maybe using an union, somehow?