package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type index = {
  1. big_string : string;
  2. pos_to_entity : (int, Database_code.entity) Hashtbl.t;
  3. case_sensitive : bool;
}
val empty_index : unit -> index
val build_index : ?case_sensitive:bool -> Database_code.entity list -> index