package core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Core_private.Bigbuffer_internalSource

Sourcetype t = {
  1. mutable bstr : Bigstring.t;
  2. mutable pos : Base.Int.t;
  3. mutable len : Base.Int.t;
  4. init : Bigstring.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval resize : t -> Base.Int.t -> Base.Unit.t
OCaml

Innovation. Community. Security.