Module Hashtbl.Using_hashable

include Hashtbl_intf.Creators with type ('a, 'b) t := ('a'b) t with type 'a key := 'a key with type ('a, 'b, 'z) create_options := ('a'b'z) Hashtbl_intf.create_options_with_hashable
val create : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val of_alist : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val of_alist_report_all_dups : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val of_alist_or_error : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val of_alist_exn : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val of_alist_multi : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val create_mapped : ('a'b'z) Hashtbl_intf.create_options_with_hashable
create_mapped get_key get_data [x1,...,xn]
= of_alist [get_key x1, get_data x1; ...; get_key xn, get_data xn] 
val create_with_key : ('a'b'z) Hashtbl_intf.create_options_with_hashable
create_with_key ~get_key [x1,...,xn]
= of_alist [get_key x1, x1; ...; get_key xn, xn] 
val create_with_key_or_error : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val create_with_key_exn : ('a'b'z) Hashtbl_intf.create_options_with_hashable
val group : ('a'b'z) Hashtbl_intf.create_options_with_hashable