Inverts a constraint
struct Data { @not!notNaN // <-- must be NaN float value = float.nan; }
struct Data { @not!notNegative // <-- must *not* be non-negative int value; }
See Implementation
Inverts a constraint