Type Alias Graph

Source
pub type Graph = Vec<Vec<usize>>;

Aliased Typeยง

pub struct Graph { /* private fields */ }