type ('d, 'w) iobuf
type t
= private int
include sig ... end
val compare : t ‑> t ‑> int
val sexp_of_t : t ‑> Base.Sexp.t
val window : (_, _) iobuf ‑> t
val limit : (_, _) iobuf ‑> t
val restore : t ‑> (_, Iobuf_intf.seek) iobuf ‑> unit