LayouterNodes

Type Alias LayouterNodes 

Source
type LayouterNodes<F> = (Vec<InputLayerNode>, Vec<FiatShamirChallengeNode>, Vec<Vec<Box<dyn CompilableNode<F>>>>, Vec<LookupTable>, Vec<OutputNode>);
Expand description

The type returned by the layout function. Categorizes the nodes into their respective layers.