Skip to content

Bitwise Or Operator

IsaacShelton edited this page Mar 21, 2022 · 1 revision

| Operator

The | operator is used for performing the bitwise-or operation on two numeric types.

1 | 2
Clone this wiki locally