petgraph::visit::macros

Macro remove_sections

Source
macro_rules! remove_sections {
    ([$($stack:tt)*]) => { ... };
    ([$($stack:tt)*] { $($tail:tt)* }) => { ... };
    ([$($stack:tt)*] $t:tt $($tail:tt)*) => { ... };
}