val init : int -> ('a * 'b) list -> ('a,'b) Hashtbl.t
init size list creates an hash table of initial size size, filled with the associations of list.
init size list
size
list
Go to the first, previous, next, last section, table of contents.