Expand description
Helpful data structures to efficiently traverse the graph
Macros§
Structs§
- Empty
Node Set - Iter
- Path
Stack - A stack that stores sequences of
LabelNameId
as a single array - PopPath
Stack - Returned by
PathStack::pop
- Small
Node Set - A
NodeSet
implementation optimized to store zero or one node - Sorted
Node IdSlice - A slice of
NodeId
whose values are in ascending order
Enums§
- Adaptive
Node Set - Implementation of
NodeSet
that dynamically changes the underlying representation based on its content
Traits§
- NodeSet
- A set of
usize
with a known maximum value, that can be mutated - Read
Node Set - A set of
usize
with a known maximum value