Module Core_extended.Std.Hashtbl.Using_hashable

include Core_kernel.Hashtbl_intf.Creators with type (a, b) t := (a, b) t with type key := a key with type (a, b, z) create_options := (a, b, z) Core_kernel.Hashtbl_intf.create_options_with_hashable
val create : ('a key'b, unit ‑> ('a'btCore_kernel.Hashtbl_intf.create_options_with_hashable
val of_alist : ('a key'b, ('a key * 'b) list ‑> [ `Duplicate_key of 'a key | `Ok of ('a'bt ]) Core_kernel.Hashtbl_intf.create_options_with_hashable
val of_alist_report_all_dups : ('a key'b, ('a key * 'b) list ‑> [ `Duplicate_keys of 'a key list | `Ok of ('a'bt ]) Core_kernel.Hashtbl_intf.create_options_with_hashable
val of_alist_or_error : ('a key'b, ('a key * 'b) list ‑> ('a'bt Base.Or_error.tCore_kernel.Hashtbl_intf.create_options_with_hashable
val of_alist_exn : ('a key'b, ('a key * 'b) list ‑> ('a'btCore_kernel.Hashtbl_intf.create_options_with_hashable
val of_alist_multi : ('a key'b list, ('a key * 'b) list ‑> ('a'b list) tCore_kernel.Hashtbl_intf.create_options_with_hashable
val create_mapped : ('a key'b, get_key:('r ‑> 'a key) ‑> get_data:('r ‑> 'b) ‑> 'r list ‑> [ `Duplicate_keys of 'a key list | `Ok of ('a'bt ]) Core_kernel.Hashtbl_intf.create_options_with_hashable
val create_with_key : ('a key'r, get_key:('r ‑> 'a key) ‑> 'r list ‑> [ `Duplicate_keys of 'a key list | `Ok of ('a'rt ]) Core_kernel.Hashtbl_intf.create_options_with_hashable
val create_with_key_or_error : ('a key'r, get_key:('r ‑> 'a key) ‑> 'r list ‑> ('a'rt Base.Or_error.tCore_kernel.Hashtbl_intf.create_options_with_hashable
val create_with_key_exn : ('a key'r, get_key:('r ‑> 'a key) ‑> 'r list ‑> ('a'rtCore_kernel.Hashtbl_intf.create_options_with_hashable
val group : ('a key'b, get_key:('r ‑> 'a key) ‑> get_data:('r ‑> 'b) ‑> combine:('b ‑> 'b ‑> 'b) ‑> 'r list ‑> ('a'btCore_kernel.Hashtbl_intf.create_options_with_hashable