dstep ~master (2022-03-25T04:25:58.5928612)
Dub
Repo
InferenceContext
dstep
translator
TypeInference
Undocumented in source.
class
InferenceContext {
Cursor
[
string
]
globalTypes
;
DList
!
TypedMacroDefinition
queue
;
TypedMacroDefinition
[
string
]
definitions
;
}
Members
Variables
definitions
TypedMacroDefinition
[
string
]
definitions
;
Undocumented in source.
globalTypes
Cursor
[
string
]
globalTypes
;
Undocumented in source.
queue
DList
!
TypedMacroDefinition
queue
;
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
TypeInference
aliases
InferredType
classes
InferenceContext
TypedMacroDefinition
functions
commonType
inferExpressionType
inferMacroSignature
inferMacroSignatures
structs
Defined
Generic
InferredSignature
Meta