module type Index = sig .. end
sig
end
Datatype extended with access to value identifiers.
include Data.S
val get : t -> int
t -> int
val find : int -> t
int -> t
Not_found
val clear : unit -> unit
unit -> unit
Clear index tables. Use with extreme care.