pub type HexGraphConst<N, E, B, const H: usize, const V: usize> = LatticeGraph<N, E, ConstHexAxialShape<B, (), H, V>>;
Expand description

Hex Graph with axial coordinates.