pub type StaticGraph = Static<u32, (Undirected, usize)>;
pub struct StaticGraph { /* private fields */ }