jon.recoil.org

Parameter Make.I

type t
val machine_width : I.t -> Target_system.Machine_width.t
val compare : I.t -> I.t -> int
val equal : I.t -> I.t -> bool
val hash : I.t -> int
val print : Stdlib.Format.formatter -> I.t -> unit
val (<=) : I.t -> I.t -> bool
val (>=) : I.t -> I.t -> bool
val (<) : I.t -> I.t -> bool
val (>) : I.t -> I.t -> bool
val bottom_byte_to_int : I.t -> int
val of_char : Target_system.Machine_width.t -> char -> I.t
val of_int : Target_system.Machine_width.t -> int -> I.t
val of_int_option : Target_system.Machine_width.t -> int -> I.t option
val of_int32 : Target_system.Machine_width.t -> int32 -> I.t
val of_int64 : Target_system.Machine_width.t -> int64 -> I.t
val of_float : Target_system.Machine_width.t -> float -> I.t
val to_float : I.t -> float
val to_int : I.t -> int
val to_int_exn : I.t -> int
val to_int_option : I.t -> int option
val to_int32 : I.t -> int32
val to_int64 : I.t -> int64
val neg : I.t -> I.t
val get_least_significant_16_bits_then_byte_swap : I.t -> I.t
val add : I.t -> I.t -> I.t
val sub : I.t -> I.t -> I.t
val mul : I.t -> I.t -> I.t
val mod_ : I.t -> I.t -> I.t
val div : I.t -> I.t -> I.t
val and_ : I.t -> I.t -> I.t
val or_ : I.t -> I.t -> I.t
val xor : I.t -> I.t -> I.t
val shift_left : I.t -> int -> I.t
val shift_right : I.t -> int -> I.t
val shift_right_logical : I.t -> int -> I.t
val max : I.t -> I.t -> I.t
val min : I.t -> I.t -> I.t