Glue.WeakHashTablesAsImperativeMapsAn implementation of imperative maps as a weak hash table. Use with caution: this table can forget some of its entries, and can therefore be unsuitable for use in some applications.
module H : Hashtbl.HashedTypetype key = H.tThe type of keys.
type 'data t = 'data Ephemeron.K1.Make(H).tThe type of association maps.
val create : unit -> 'data tcreate() creates a fresh empty map.
add inserts a new entry or replaces an existing entry. The map is updated in place.