package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. off : int;
  2. len : int;
  3. vec : Segment_int_array.Vector.t;
}
val mk : off:int -> len:int -> Segment_int_array.Vector.t -> t