Module Unsigned_extended.UInt32
include S with type t = Stable.Latest.t
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval compare : t -> t -> intinclude Core_kernel.Hashable.S with type t := t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval hashable : t Core_kernel__.Hashtbl.Hashable.tmodule Table : sig ... endinclude Unsigned.S with type t := t
val shift_left : t -> int -> tval shift_right : t -> int -> tval of_int64 : int64 -> tval to_int64 : t -> int64val of_string : string -> tval to_string : t -> stringval compare : t -> t -> intval equal : t -> t -> boolval pp : Stdlib.Format.formatter -> t -> unitmodule Infix : sig ... endval (<=) : t -> t -> boolval (>=) : t -> t -> boolval to_bigint : t -> Bigint.t