Skip to main content

AdjacencyList

Type Alias AdjacencyList 

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

Aliased Typeยง

pub struct AdjacencyList { /* private fields */ }