package shuttle

  1. Overview
  2. Docs
type t = private {
  1. buf : Core.Bigstring.t;
  2. pos : int;
  3. len : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t