Parameter Make_hex.1-I
val compare : t -> t -> int
val hash_fold_t : Hash.state -> t -> Hash.state
val hash : t -> Hash.hash_value
val to_string : t -> string
to_string
andof_string
convert betweent
and unsigned, unprefixed hexadecimal. They must be able to handle all non-negative values and alsomin_value
.to_string min_value
must write a positive hex representation.