Module type Iobuf_intf.Bound

An iobuf window bound, either upper or lower. You can't see its int value, but you can save and restore it.

type ('d, 'w) iobuf
type t = private int
val compare : t -> t -> int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val window : (__) iobuf -> t
val limit : (__) iobuf -> t
val restore : t -> (_seek) iobuf -> unit