pub trait NodeCompactIndexable: NodeIndexable + NodeCount { }
Expand description
The graph’s NodeId
s map to indices, in a range without holes.
The graph’s node identifiers correspond to exactly the indices
0..self.node_bound()
.
pub trait NodeCompactIndexable: NodeIndexable + NodeCount { }
The graph’s NodeId
s map to indices, in a range without holes.
The graph’s node identifiers correspond to exactly the indices
0..self.node_bound()
.