View source code
Display the source code in dmd/dfa/fast/structure.d from which thispage was generated on github.
Report a bug
If you spot a problem with this page, click here to create aGitHub issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinglocal clone.

Struct dmd.dfa.fast.structure.DFAConsequence

A specific fact known about a variable at the current point in time.

struct DFAConsequence;

Examples of consequences: - "This variable is definitely not null" (nullable == NonNull) - "This variable is True" (truthiness == True) - "This variable has the integer value 5" (pa - Point Analysis)

Authors

Richard (Rikki) Andrew Cattermole

License

Boost License 1.0