val of_string : string -> (t, [> `Msg of string ]) Stdlib.result
of_string x
parses x
as a 32-bit unsigned decimal.
val to_string : t -> string
to_string x
is x
formatted as a 32-bit unsigned decimal.
val to_int32 : t -> Stdlib.Int32.t
val of_int32 : Stdlib.Int32.t -> t