Function petgraph::graph_impl::index_twice
source ยท fn index_twice<T>(slc: &mut [T], a: usize, b: usize) -> Pair<&mut T>
Expand description
Get mutable references at index a
and b
.
fn index_twice<T>(slc: &mut [T], a: usize, b: usize) -> Pair<&mut T>
Get mutable references at index a
and b
.