Type Definition nannou::geom::graph::node::Index [] [src]

type Index = NodeIndex<usize>;

Unique index for a Node within a Graph.

Trait Implementations

impl<S> Index<Index> for Graph<S> where
    S: BaseFloat
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.