Up
Module
Bigbuffer_internal
Signature
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