pub type NodeIndex<Ix = u16> = NodeIndex<Ix>;
Expand description

Node identifier.

Aliased Type§

struct NodeIndex<Ix = u16>(/* private fields */);