Package ast. expr. unary
Types
Link copied to clipboard
Represents the logical NOT operation, inverting a boolean value.
Link copied to clipboard
Represents the negation of a value.
Link copied to clipboard
Represents the value given, with no change applied. This exists only for symmetry with UnaryMinus.