Module circuit_building_context

Module circuit_building_context 

Source
Expand description

For assigning ids to nodes and various sorts of layers.

Structs§

CircuitBuildingContext
CircuitBuildingContext keeps track of the ids of the nodes and layers that are created. Contains a consistently incrementing counters to prevent id collisions.

Statics§

CONTEXT 🔒