module Make:
Parameters: |
|
type
t
val of_string : string -> t
val to_string : t -> string
val to_string_bin : t -> string
val to_string_oct : t -> string
val to_string_hex : t -> string
val printer : Stdlib.Format.formatter -> t -> unit
val printer_bin : Stdlib.Format.formatter -> t -> unit
val printer_oct : Stdlib.Format.formatter -> t -> unit
val printer_hex : Stdlib.Format.formatter -> t -> unit