Skip to content

Bitwise Complement Operator

IsaacShelton edited this page Mar 21, 2022 · 1 revision

~ Operator

The ~ operator is used for obtaining the bitwise complement of a number

~0xFA

Other uses of ~

The ~ operator is also used for flexible polymorphic type variables such as $~T

Clone this wiki locally