pub type NodeIndex<Ix = u16> = NodeIndex<Ix>;
Node identifier.
struct NodeIndex<Ix = u16>(/* private fields */);