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