Module Bigbuffer_internal

module Bigbuffer_internal: sig .. end

val __pa_ounit_275876e34cf609db118f3d84b799a790 : string
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