Module Base__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 -> t
val (lsl) : t -> int -> t
val (lnot) : t -> t
val (lxor) : t -> t -> t
val (lor) : t -> t -> t
val (land) : t -> t -> t
val (//) : t -> t -> float
val (/%) : t -> t -> t
val (%) : t -> t -> t
val zero : t
val neg : t -> t
val abs : t -> t