package shuttle

  1. Overview
  2. Docs

Module Bytebuffer.SliceSource

Sourcetype t = private {
  1. buf : Core.Bigstring.t;
  2. pos : int;
  3. len : int;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t