pub type SingleDualGraph<T1, A1, T2, A2> = DualGraph<AdjSingle, T1, A1, T2, A2>;

Implementations

Note: This will first iterate over all neighbors from this graph and then over all neighbors from the other graph

Note: This will first iterate over all neighbors from this graph and then over all neighbors from the other graph

Note: This will first iterate over all neighbors from this graph and then over all neighbors from the other graph