package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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 -> (_, Iobuf_intf.seek) iobuf -> unit