/*!
Module for Hex Graph with axial coordinates.
It doesn't have a Even Offset coloumn/rows right now.
*/
use OddR;
use crateLatticeGraph;
pub use ;
///Hex Graph with double coordinates.
pub type HexGraph<N, E, B = OddR, L = , H = usize, V = usize> =
;
///Hex Graph with double coordinates. The size is const fixed.
pub type HexGraphConst<N, E, B, const H: usize, const V: usize> =
;