Preparing search index...
The search index is not available
Documentation - v0.3.0
Documentation
typir
SingleFunctionDetails
Interface SingleFunctionDetails<Specifics, T>
interface
SingleFunctionDetails
<
Specifics
extends
TypirSpecifics
,
T
extends
Specifics
[
"LanguageType"
]
=
Specifics
[
"LanguageType"
]
,
>
{
functionType
:
FunctionType
;
inferenceRuleForCalls
:
InferFunctionCall
<
Specifics
,
T
>
;
}
Type Parameters
Specifics
extends
TypirSpecifics
T
extends
Specifics
[
"LanguageType"
]
=
Specifics
[
"LanguageType"
]
Index
Properties
function
Type
inference
Rule
For
Calls
Properties
function
Type
functionType
:
FunctionType
inference
Rule
For
Calls
inferenceRuleForCalls
:
InferFunctionCall
<
Specifics
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
Type
inference
Rule
For
Calls
Documentation - v0.3.0
Loading...