See Iobuf for documentation.
no_seek and seek are phantom types used in a similar manner to read and
read_write.
val sexp_of_no_seek : no_seek ‑> Base.Sexp.tval sexp_of_seek : seek ‑> Base.Sexp.tmodule type Accessors : sig ... endA collection of iobuf access functions. This abstracts over Iobuf.Consume,
Iobuf.Fill, Iobuf.Peek, and Iobuf.Poke.
module type Bound : sig ... endAn iobuf window bound, either upper or lower. You can't see its int value, but you can save and restore it.
The src_pos argument of Core_kernel.Blit.blit doesn't make sense here.
type ('src, 'dst) consuming_blito = src:'src ‑> ?src_len:int ‑> dst:'dst ‑> ?dst_pos:int ‑> unit ‑> unitmodule type Consuming_blit : sig ... endmodule type Compound_hexdump : sig ... endmodule Unix = Core__.Core_unix