Module Numbers.Uint32

type t
val print : Format.formatter -> t -> unit
val zero : t
val of_nonnegative_int_exn : int -> t
val of_nonnegative_int32_exn : Int32.t -> t
val of_nonnegative_int64_exn : Int64.t -> t
val to_int64 : t -> Int64.t