Logical negation of a boolean value.
The negated boolean value
not(true) // falsenot(false) // true Copy
not(true) // falsenot(false) // true
Generated using TypeDoc
Logical negation of a boolean value.