Skip to main content

Module region_context

Module region_context 

Source

Structsยง

RegionInferenceContext
This contains data around region constraints and liveness, up to and after solving. All data is immutable.
RegionInferenceContextInner
Contains the data for RegionInferenceContext and UnsolvedRegionInferenceContext.
UnsolvedRegionInferenceContext ๐Ÿ”’
This contains data around region constraints and liveness, up to solving. Calling solve returns a new immutable RegionInferenceContext.