operator
&
{
associativity
left
precedence
}
Declarations
func & <T where T : FixedWidthInteger>(_: T, rhs: T)
Declaration
func
&
<
T
where
T
:
FixedWidthInteger
>
(
lhs
:
T
,
rhs
:
T
) -
>
T
Returns the intersection of bits set in the two arguments.
See Also:
BitwiseOperations
Declaration
func
&
(
lhs
:
Int
,
rhs
:
Int
) -
>
Int