Type Definition rs_graph::vec::NodeVec

source ·
pub type NodeVec<T> = ItemVec<T, NodeIndexer>;
Expand description

Vector of values for nodes of a graph.