Module type Data.Index

module type Index = sig .. end
Datatype extended with access to value identifiers.

include Data.S_collection
val get : t -> int
val find : int -> t
Raises Not_found if not registered.
val clear : unit -> unit
Clear index tables. Use with extreme care.