Returns a boolean for whether A is false.
type A = Not<true>;//=> falsetype B = Not<false>;//=> true Copy
type A = Not<true>;//=> falsetype B = Not<false>;//=> true
Returns a boolean for whether A is false.