fn get_absolute_min_spacing_of_routing_layer(
    routing_layer: &RoutingLayer
) -> Option<f64>
Expand description

Get the minimal spacing on the given layer. Return None if there’s no spacing rule defined. TODO: Currently only SPACINGTABLEs are considered. Also support SPACING statements.