Module Iobuf.Hexdump

type nonrec ('rw, 'seek) t = ('rw'seek) t
val sexp_of_t : ('rw -> Ppx_sexp_conv_lib.Sexp.t) -> ('seek -> Ppx_sexp_conv_lib.Sexp.t) -> ('rw'seek) t -> Ppx_sexp_conv_lib.Sexp.t
val to_string_hum : ?⁠max_lines:int -> (__) t -> string
val to_sequence : ?⁠max_lines:int -> (__) t -> string Core__.Import.Sequence.t