Structs§
- Heap
Visitor 🔒 - HeapVisitor visits every item in an 
Hirrecursively using constant stack size and a heap size proportional to the size of theHir. 
Enums§
- Frame 🔒
 - Represents a single stack frame while performing structural induction over
an 
Hir. 
Traits§
- Visitor
 - A trait for visiting the high-level IR (HIR) in depth first order.
 
Functions§
- visit
 - Executes an implementation of 
Visitorin constant stack space.