Macro impl_graph_basics

Source
macro_rules! impl_graph_basics {
    ($graph:ty, $node:ty, $edge:ty, $dir:literal $(, <$($gens:tt),*>)? $(, |$(const $cgens:ident: $ity:ty),*|)? ) => { ... };
}