On this pagenot() not<T>(x): boolean Logical Not (Negation) (!a). Type Parameters • T The type of the input value. Parameters x T The value to negate. Returns boolean See https://en.wikipedia.org/wiki/Negation Remarks pure function Example not(2);// false