Module Core_private.Bigbuffer_internal

type t = {
  1. mutable bstr : Bigstring.t;
  2. mutable pos : Base.Int.t;
  3. mutable len : Base.Int.t;
  4. init : Bigstring.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val resize : t -> Base.Int.t -> Base.Unit.t