package orsetto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Unsafe interfaces depend on the internal structure of tables.

type event = private
  1. | E_index of B.Vector.index
  2. | E_adjust of {
    1. lim : B.Vector.index;
    2. rev : B.Vector.index;
    }
val import : B.Vector.t -> B.Vector.index array -> t
val export : t -> B.Vector.t * B.Vector.index array