On Tuesday, 24 October 2017 at 07:56:34 UTC, Biotronic wrote:
struct SuppressPostblit(T)
{
    // Disguise T as a humble array.
    private ubyte[T.sizeof] _payload;
...

A bit too hackish for my taste, but does the job still.

Thanks.

Reply via email to