Commit graph

1 commit

Author SHA1 Message Date
Luke Wilde
b6219c0673 LibGC: Introduce WeakHashMap
Mirrors `WeakHashSet` for map shapes. Cell-typed key and/or value
slots are stored as `Weak<T>` so entries vanish when their referent
is collected; non-cell slots are stored directly.
2026-05-27 02:56:27 +01:00