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

Hex Graph with double coordinates. The size is const fixed.