Expand description
A rewrite that inlines a DFG node, moving all children of the DFG except Input+Output into the DFG’s parent, and deleting the DFG along with its Input + Output
Structs§
- InlineDFG
- Structure identifying an
InlineDFG
rewrite from the spec
Enums§
- InlineDFG
Error - Errors from an
InlineDFG
rewrite.