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