Type Definition nannou::geom::graph::RawEdges[][src]

type RawEdges<'a, S = Default> = RawEdges<'a, Edge<S>, usize>;

The slice of all edges stored within the graph.