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

type Dag<S = Default> = Dag<Node<S>, Edge<S>, usize>;

The daggy "directed acyclic graph" type used within the geometry graph.