Type Definition rs_graph::vec::IndexEdgeVec

source ·
pub type IndexEdgeVec<'a, G, T> = IndexItemVec<'a, G, T, EdgeIndexer>;
Expand description

Edge indexed vector.