Expand description

A context within which nodes can be added.

Create a new AddContext for groups of nodes that share common information, for example their containing scope. Then use the context’s functions to add specific types of nodes, which schedules the necessary work in the lazy tables.

Structs

A context within which nodes can be added.