Syntax Lookup

Enter some language construct you want to know more about.
This is the bitwise NOT operator.

~~~ performs bitwise NOT.

Example

ReScriptJS Output
let result = ~~~2

References