Index
Datatype extended with access to value identifiers.
include S
type t
val jtype : Package.jtype
val of_json : json -> t
val to_json : t -> json
type tag
val get : t -> tag
val find : tag -> t
Not_found
if not registered.
val remove : t -> unit
Remove item from index tables. Use with extreme care.
val clear : unit -> unit
Clear index tables. Use with extreme care.