Type Alias DockNodeGraph

Source
type DockNodeGraph = DHashMap<usize, DockNode>;
Expand description

A map of node index to DockNode, where DockNode contains a list of nodes that the node is connected to.

Aliased Typeยง

struct DockNodeGraph { /* private fields */ }