leastfixedpoint

Archived tweet #9500 from the @leastfixedpoint Twitter Archive
I think I'm in love with the Rust borrow checker. fn gc(&mut self) -> () { self.h = { let mut c = Collection::new(&mut self.h); self.a = c.gc_copy(self.a); self.f = c.gc_copy(self.f); c.newheap } }