1MoreLabels.Hashtbl.SeededHashedTypOeC(a3m)l liMborraerLyabels.Hashtbl.SeededHashedType(3)
2
3
4

NAME

6       MoreLabels.Hashtbl.SeededHashedType - no description
7

Module type

9       Module type   MoreLabels.Hashtbl.SeededHashedType
10

Documentation

12       Module type SeededHashedType
13        = Hashtbl.SeededHashedType
14
15
16
17
18
19
20
21       type t
22
23
24       The type of the hashtable keys.
25
26
27
28       val equal : t -> t -> bool
29
30       The equality predicate used to compare keys.
31
32
33
34       val hash : int -> t -> int
35
36       A seeded hashing function on keys.  The first argument is the seed.  It
37       must be the case that if equal x y is true, then hash  seed  x  =  hash
38       seed y for any value of seed .  A suitable choice for hash is the func‐
39       tion Hashtbl.seeded_hash below.
40
41
42
43
44
45OCamldoc                          2021-01M-o2r6eLabels.Hashtbl.SeededHashedType(3)
Impressum