Module type Hashtbl.Key
val compare : t -> t -> int
val sexp_of_t : t -> Base.Sexp.t
val hash : t -> int
Two
t
s thatcompare
equal must have equal hashes for the hashtable to behave properly.
Hashtbl.Key
val compare : t -> t -> int
val sexp_of_t : t -> Base.Sexp.t
val hash : t -> int
Two t
s that compare
equal must have equal hashes for the hashtable to behave properly.