Module Nlink.Infix
Infix names for the unsigned integer operations.
val (lsl) : t -> int -> t
x lsl y
shiftsx
to the left byy
bits. Seeshift_left
.
val (lsr) : t -> int -> t
x lsr y
shiftsx
to the right byy
bits. Seeshift_right
.
Nlink.Infix
Infix names for the unsigned integer operations.
val (lsl) : t -> int -> t
x lsl y
shifts x
to the left by y
bits. See shift_left
.
val (lsr) : t -> int -> t
x lsr y
shifts x
to the right by y
bits. See shift_right
.