Types.Unsigned
Module type for unsigned integers.
val t : t Ctypes.typ
include Unsigned.S with type t := t
val max_int : t
val of_int : int -> t
val to_int : t -> int
val of_int64 : int64 -> t
val to_int64 : t -> int64
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
module Infix : sig ... end