Module type Server.Data.Index

module type Index = sig .. end

Datatype extended with access to value identifiers.


include Server.Data.S
val get : t -> int
val find : int -> t
val clear : unit -> unit

Clear index tables. Use with extreme care.