Module Hex_unsigned.Private

type digits_to_process
val digits_to_process : t -> max_digits:t -> digits_to_process

Precondition: max_digits is strictly positive.

val of_string : Base.string @ local -> (max_digits:t -> t) @ local
val to_string_required_length : digits_to_process:digits_to_process -> Base.int
val to_string_into : t -> Base.bytes @ local -> (digits_to_process:digits_to_process -> Base.unit) @ local
val t_of_sexp_failed : Base.Sexp.t @ local -> Base.Nothing.t