pub type FxMapGraph = FxHashMap<usize, AdjacencyList>;
pub struct FxMapGraph { /* private fields */ }