jj_lib::graph

Type Alias GraphNode

Source
pub type GraphNode<N> = (N, Vec<GraphEdge<N>>);
Expand description

Node and edges pair of type N.