Spelll.IndexIndex that maps strings to values of type 'b. Internally it is based on a trie. A string can only map to one value.
val empty : 'b tEmpty index
val is_empty : _ t -> boolAdd a pair string/value to the index. If a value was already present for this string it is replaced.
Remove a string (and its associated value, if any) from the index.
Lazy list of objects associated to strings close to the query string
List of objects associated to strings close to the query string