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

type IndexBiEdgeSlice<'a, 'b, G, T> = IndexItemSlice<'a, 'b, G, T, BiEdgeIndexer>;

Slice of a biedge indexed vector.