pub type HexGraphConstLoopEW<N, E, B, const H: usize, const V: usize> = LatticeGraph<N, E, ConstHexAxialShape<B, LoopEW, H, V>>;
Expand description

Hex Graph with axial coordinates with e-w loop.