Negates a boolean type B.
B
Not<true>; // false Not<false>; // true Copy
Not<true>; // false Not<false>; // true
Negates a boolean type
B
.