Is true iff the postblit of T is disabled (this(this) @disable).
static struct S { this(this) @disable; } 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 (this(this) @disable).