Type Definition cp_library_rs::graph::namori::Graph

source ·
pub type Graph = Vec<Vec<usize>>;