package encore

  1. Overview
  2. Docs

Module Lole.IOVecSource

Sourcetype t = {
  1. buffer : Buffer.t;
  2. off : int;
  3. len : int;
}
Sourceval weight : t -> int
Sourceval length : t -> int
Sourceval lengthv : t list -> int
Sourceval shift : t -> int -> t
Sourceval split : t -> int -> t * t
Sourceval pequal : t -> t -> bool
Sourceval merge : t -> t -> t option
Sourceval pp : t Fmt.t
OCaml

Innovation. Community. Security.