Module type Base__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.