Type Definition daggy::RawEdges

source · []
pub type RawEdges<'a, E, Ix> = &'a [Edge<E, Ix>];
Expand description

Read only access into a Dag’s internal edge array.