Module type Hashtbl_intf.Multi
val add_multi : ('a, 'b list) t -> key:'a key -> data:'b -> unitadd_multi t ~key ~dataifkeyis present in the table then consdataon the list, otherwise addkeywith a single element list.
Hashtbl_intf.Multival add_multi : ('a, 'b list) t -> key:'a key -> data:'b -> unitadd_multi t ~key ~data if key is present in the table then cons data on the list, otherwise add key with a single element list.