ExplicitConstructorBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.Constructor(pattern, expr)
Parameters:
WidgetBuilder<Pattern>
-
The pattern of the constructor.
expr : WidgetBuilder<Expr>
-
The expression of the constructor.
Returns: WidgetBuilder<MemberDefnExplicitCtorNode>
|
Extended Type:
|
Full Usage:
Ast.Constructor(pattern, expr)
Parameters:
WidgetBuilder<Constant>
-
The pattern of the constructor.
expr : WidgetBuilder<Expr>
-
The expression of the constructor.
Returns: WidgetBuilder<MemberDefnExplicitCtorNode>
|
Extended Type:
|
Full Usage:
Ast.Constructor(pattern, expr)
Parameters:
string
-
The pattern of the constructor.
expr : WidgetBuilder<Expr>
-
The expression of the constructor.
Returns: WidgetBuilder<MemberDefnExplicitCtorNode>
|
Extended Type:
|
Full Usage:
Ast.Constructor(pattern, expr)
Parameters:
WidgetBuilder<Pattern>
-
The pattern of the constructor.
expr : WidgetBuilder<Constant>
-
The expression of the constructor.
Returns: WidgetBuilder<MemberDefnExplicitCtorNode>
|
Extended Type:
|
Full Usage:
Ast.Constructor(pattern, expr)
Parameters:
WidgetBuilder<Constant>
-
The pattern of the constructor.
expr : WidgetBuilder<Constant>
-
The expression of the constructor.
Returns: WidgetBuilder<MemberDefnExplicitCtorNode>
|
Extended Type:
|
Full Usage:
Ast.Constructor(pattern, expr)
Parameters:
WidgetBuilder<Pattern>
-
The pattern of the constructor.
expr : string
-
The expression of the constructor.
Returns: WidgetBuilder<MemberDefnExplicitCtorNode>
|
Extended Type:
|
Full Usage:
Ast.Constructor(pattern, expr)
Parameters:
string
-
The pattern of the constructor.
expr : string
-
The expression of the constructor.
Returns: WidgetBuilder<MemberDefnExplicitCtorNode>
|
Extended Type:
|