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

type RawNodes<'a, S = Default> = RawNodes<'a, Node<S>, usize>;

The slice of all nodes stored within the graph.