Bitwise
land
Deprecated
RESCRIPT
let land: (int, int) => int
lor
Deprecated
RESCRIPT
let lor: (int, int) => int
lxor
Deprecated
RESCRIPT
let lxor: (int, int) => int
lsl
Deprecated
RESCRIPT
let lsl: (int, int) => int
lsr
Deprecated
RESCRIPT
let lsr: (int, int) => int
asr
Deprecated
RESCRIPT
let asr: (int, int) => int
lnot
Deprecated
RESCRIPT
let lnot: int => int