Expand description
Random access inspection of the results of a dataflow analysis.
Structs§
- Cursor
Position 🔒 - Results
Cursor - Allows random access inspection of the results of a dataflow analysis. Use this when you want
to inspect domain values only in certain locations; use
ResultsVisitorif you want to inspect domain values in many or all locations.
Enums§
- Simple
Cow 🔒 - This is like
Cow, but it lacks theT: ToOwnedbound and doesn’t supportto_owned/into_owned.