Module Bigbuffer_internal

module Bigbuffer_internal: sig .. end

type t = {
   mutable bstr : Bigstring.t;
   mutable pos : int;
   mutable len : int;
   init : Bigstring.t;
}
val sexp_of_t : t -> Sexplib.Sexp.t
val resize : t -> int -> unit