Types.Signed
Module type for signed integers.
val t : t Ctypes.typ
include Signed.S with type t := t
module Infix : sig ... end
val max_int : t
val of_int : int -> t
val to_int : t -> int
val of_string : string -> t
val to_string : t -> string
val to_hexstring : t -> string
val zero : t
val one : t
val of_string_opt : string -> t option
val pp : Stdlib.Format.formatter -> t -> unit
val pp_hex : Stdlib.Format.formatter -> t -> unit
val minus_one : t
val min_int : t
val of_nativeint : nativeint -> t
val to_nativeint : t -> nativeint
val of_int64 : int64 -> t
val to_int64 : t -> int64