Module Int32.O
A sub-module designed to be opened to make working with ints more convenient.
include Base__.Int_intf.Operators_unbounded with type t := t
val (asr) : t -> int -> tval (lsl) : t -> int -> tval (lnot) : t -> tval (lxor) : t -> t -> tval (lor) : t -> t -> tval (land) : t -> t -> tval (//) : t -> t -> floatval (/%) : t -> t -> tval (%) : t -> t -> tval zero : tval neg : t -> tval abs : t -> t