Expand description
Garbage collection: drop objects unreachable from any ref.
Conservative by design — plan only reports what is unreferenced; objects
are removed only when prune is explicitly requested.
Structs§
- GcPlan
- What GC found: the unreferenced objects in each category.