compile_sectors_into_layer_descriptions

Function compile_sectors_into_layer_descriptions 

Source
fn compile_sectors_into_layer_descriptions<F: Field>(
    children: &[&Sector<F>],
    circuit_map: &mut CircuitMap,
    maybe_maximum_log_layer_size: Option<usize>,
) -> Result<Vec<RegularLayerDescription<F>>>
Expand description

Takes some sectors that all belong in a single layer and builds the layer/adds their locations to the circuit map