Type Definition daggy::RawEdges [] [src]

type RawEdges<'a, E, Ix> = &'a [Edge<E, Ix>];

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