Type Definition rs_graph::vec::IndexBiEdgeSlice

source ·
pub type IndexBiEdgeSlice<'a, 'b, G, T> = IndexItemSlice<'a, 'b, G, T, BiEdgeIndexer>;
Expand description

Slice of a biedge indexed vector.