type t
= private int
val compare : t ‑> t ‑> int
val sexp_of_t : t ‑> Base.Sexp.t
val window : ('a, 'b) t ‑> t
val limit : ('a, 'b) t ‑> t
val restore : t ‑> ('a, Iobuf_intf.seek) t ‑> unit