parameterize BitVector and BitMatrix by their index types
This commit is contained in:
@@ -348,7 +348,7 @@ where
|
||||
{
|
||||
graph: &'g Graph<N, E>,
|
||||
stack: Vec<NodeIndex>,
|
||||
visited: BitVector,
|
||||
visited: BitVector<usize>,
|
||||
direction: Direction,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user