Returns the result of performing a bitwise AND operation on the two given values.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
Declaration
Parameters
lhs
An integer value.
rhs
Another integer value.
Discussion
A bitwise AND operation results in a value that has each bit set to 1
where both of its arguments have that bit set to 1
. For example: