Type Definition RawNodes
daggy
type RawNodes<'a, N, Ix> = &'a [Node<N, Ix>];
Read only access into a Dag's internal node array.