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