Is true iff the postblit of T is disabled (@disable this(this)).
static struct S { @disable this(this); } static assert(!hasDisabledPostblit!int); static assert( hasDisabledPostblit!S);
https://forum.dlang.org/post/dkohvpbmakbdbhnmnmbg@forum.dlang.org
See Implementation
Is true iff the postblit of T is disabled (@disable this(this)).