What is use of & operator in Swift?

4. Swift Logical Operators OperatorExampleMeaning&&a && bLogical AND: true only if both the operands are true||a || bLogical OR: true if at least one of the operands is true!!aLogical NOT: true if the operand is false and vice-versa.Swift Operators (With Examples) – Programiz www.programiz.com › swift-programming › operators

Read more