package lrgrep

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

Module Lrgrep_support_packerSource

Sourcetype 'a t
Sourceval make : unit -> 'a t
Sourcetype 'a cells = (int * 'a) list
Sourcetype row_mapping
Sourcetype promise
Sourceval add_row : 'a t -> 'a cells -> promise
Sourcetype table = {
  1. displacement : int array;
  2. keys : int array;
  3. values : int array;
}