package orsetto

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

The basis of the underlying table module.

The total order of search keys.

module Vector : Vector.Profile with type index = Index.t with type element = string with type t = string array

The implementation module for the underlying vector.

val xcompare : Search.t -> Vector.element -> int

The find function uses this to compare a search key with a vector element when iterating the vector.