package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable bstr : Bigstring.t;
  2. mutable pos : Base.Int.t;
  3. mutable len : Base.Int.t;
  4. init : Bigstring.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val resize : t -> int -> unit