Appearance
Returns the logical NOT of the input.
Type: transform
Type: boolean
boolean
The logical NOT of the input converted to boolean.
not(true) // false
false|not // true
not(0) // true