pub type DirectedDiagonalSquareGraph<N, E> = LatticeGraph<N, E, SquareDiagonalShape<Directed>>;
Expand description

Directed Square Graph with edge to diagonal direction.