package bytebuffer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. buffer : bigstring;
  2. pos : int;
  3. len : int;
  4. continue : int -> unit;
}