include Stdlib.Nativeint
val zero : nativeintval one : nativeintval minus_one : nativeint
val neg : nativeint -> nativeintval add : nativeint -> nativeint -> nativeintval sub : nativeint -> nativeint -> nativeintval mul : nativeint -> nativeint -> nativeintval div : nativeint -> nativeint -> nativeint
val unsigned_div : nativeint -> nativeint -> nativeint
val rem : nativeint -> nativeint -> nativeint
val unsigned_rem : nativeint -> nativeint -> nativeintval succ : nativeint -> nativeintval pred : nativeint -> nativeintval abs : nativeint -> nativeintval size : intval max_int : nativeintval min_int : nativeint
val logand : nativeint -> nativeint -> nativeintval logor : nativeint -> nativeint -> nativeintval logxor : nativeint -> nativeint -> nativeint
val lognot : nativeint -> nativeint
val shift_left : nativeint -> int -> nativeintval shift_right : nativeint -> int -> nativeintval shift_right_logical : nativeint -> int -> nativeintval of_int : int -> nativeintval to_int : nativeint -> int
val unsigned_to_int : nativeint -> int option
val of_float : float -> nativeintval to_float : nativeint -> floatval of_int32 : int32 -> nativeintval to_int32 : nativeint -> int32val of_string : string -> nativeint
val of_string_opt : string -> nativeint optionval to_string : nativeint -> string
type t = nativeint
val compare : t -> t -> intval unsigned_compare : t -> t -> intval equal : t -> t -> bool
val format : string -> nativeint -> string
val equal : nativeint -> nativeint -> bool