Type Definition rs_graph::vec::NodeVec[][src]

type NodeVec<T> = ItemVec<T, NodeIndexer>;

Vector of values for nodes of a graph.