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