Up

Module type Bound = Iobuf_intf.Bound with type ('d, 'w) iobuf := ('d, 'w) t

Signature

type ('d, 'w) iobuf
type t = private int
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int
val window : (_, _) iobuf -> t
val limit : (_, _) iobuf -> t
val restore : t -> (_, Iobuf_intf.seek) iobuf -> unit