Type Definition RawEdges
daggy
type RawEdges<'a, E, Ix> = &'a [Edge<E, Ix>];
Read only access into a Dag's internal edge array.