ValBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.Val(identifier, returnType)
Parameters:
string
-
The identifier of the Val.
returnType : WidgetBuilder<Type>
-
The return type of the Val.
Returns: WidgetBuilder<ValNode>
|
Extended Type:
|
Full Usage:
Ast.Val(identifier, returnType)
Parameters:
string
-
The identifier of the Val.
returnType : string
-
The return type of the Val.
Returns: WidgetBuilder<ValNode>
|
Extended Type:
|
Full Usage:
Ast.Val(leadingKeyword, identifier, returnType)
Parameters:
string list
-
The leading keyword of the Val.
identifier : string
-
The identifier of the Val.
returnType : WidgetBuilder<Type>
-
The return type of the Val.
Returns: WidgetBuilder<ValNode>
|
Extended Type:
|
Full Usage:
Ast.Val(leadingKeyword, identifier, returnType)
Parameters:
string list
-
The leading keyword of the Val.
identifier : string
-
The identifier of the Val.
returnType : string
-
The return type of the Val.
Returns: WidgetBuilder<ValNode>
|
Extended Type:
|
Full Usage:
Ast.Val(leadingKeyword, identifier, returnType)
Parameters:
string
-
The leading keyword of the Val.
identifier : string
-
The identifier of the Val.
returnType : WidgetBuilder<Type>
-
The return type of the Val.
Returns: WidgetBuilder<ValNode>
|
Extended Type:
|
Full Usage:
Ast.Val(leadingKeyword, identifier, returnType)
Parameters:
string
-
The leading keyword of the Val.
identifier : string
-
The identifier of the Val.
returnType : string
-
The return type of the Val.
Returns: WidgetBuilder<ValNode>
|
Extended Type:
|