Swift NOT Operator ! is used to perform logical NOT operation on a boolean operand . ! symbol is used for Logical NOT Operator in Swift. NOT Operator takes one boolean value as operands on its right and returns the logical NOT of the operand.
Swift NOT Operator ! is used to perform logical NOT operation on a boolean operand . ! symbol is used for Logical NOT Operator in Swift. NOT Operator takes one boolean value as operands on its right and returns the logical NOT of the operand.