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

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

The slice of all edges stored within the graph.