Expand description
DAG node representation.
A DagNode is a vertex in the global expression graph. It owns its
metadata inline and stores children as compact arena indices.
Structs§
- DagNode
- A node in the global DAG.
- DagNode
Id - An index into the
DagArena, identifying a specificDagNode.
Enums§
- Child
List - A compact child list that stores up to
INLINE_CHILDRENIDs inline.