val create_mapped :
('akey_,
'b,
get_key:('r->'akey_)->get_data:('r->'b)->'r list->[ `Duplicate_keys of 'akey_ list| `Ok of ('a, 'b)t_ ])Core__Hashtbl_intf.create_options_without_hashable
val create_with_key :
('akey_,
'r,
get_key:('r->'akey_)->'r list->[ `Duplicate_keys of 'akey_ list| `Ok of ('a, 'r)t_ ])Core__Hashtbl_intf.create_options_without_hashable
val create_with_key_or_error :
('akey_,
'r,
get_key:('r->'akey_)->'r list->('a, 'r)t_Base__.Or_error.t)Core__Hashtbl_intf.create_options_without_hashable
val create_with_key_exn :
('akey_, 'r, get_key:('r->'akey_)->'r list->('a, 'r)t_)Core__Hashtbl_intf.create_options_without_hashable
val group :
('akey_,
'b,
get_key:('r->'akey_)->get_data:('r->'b)->combine:('b->'b->'b)->'r list->('a, 'b)t_)Core__Hashtbl_intf.create_options_without_hashable