Skip to main content

Module node

Module node 

Source
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.
DagNodeId
An index into the DagArena, identifying a specific DagNode.

Enums§

ChildList
A compact child list that stores up to INLINE_CHILDREN IDs inline.