Parameter MakeSeeded.1-H
- val hash : int -> t -> int
- same as - Hashtbl.SeededHashedType
- val equal : 'a container -> t -> equal
- equality predicate used to compare a key with the one in a container. Can return - EDeadif the keys in the container are dead
- val create : t -> 'a -> 'a container
- create key datacreates a container from some initials keys and one data
- val get_data : 'a container -> 'a option
- get_data contreturns the data if it is alive
- val check_key : 'a container -> bool
- check_key contchecks if all the keys contained in the data are alive