[][src]Type Definition daggy::RawEdges

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

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