Syntax Lookup

Enter some language construct you want to know more about.
This is the left shift operator.

<< shifts the bits of an integer to the left.

Example

ReScriptJS Output
let result = 3 << 1

References