Type Definition rs_graph::vec::NodeSlice

source ·
pub type NodeSlice<T> = ItemSlice<T, NodeIndexer>;
Expand description

Vector of values for nodes of a graph.