Skip to content

Bitwise And Operator

IsaacShelton edited this page Mar 21, 2022 · 1 revision

& Operator (Bitwise And)

The & operator is used for performing the bitwise-and operation on two numeric types.

1 & 2
Clone this wiki locally