TypedBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.TypedExpr(value, operator, t)
Parameters:
WidgetBuilder<Expr>
operator : string
t : WidgetBuilder<Type>
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.TypedExpr(value, operator, t)
Parameters:
WidgetBuilder<Constant>
operator : string
t : WidgetBuilder<Type>
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.TypedExpr(value, operator, t)
Parameters:
WidgetBuilder<Constant>
operator : string
t : string
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.TypedExpr(value, operator, t)
Parameters:
string
operator : string
t : WidgetBuilder<Type>
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.TypedExpr(value, operator, t)
Parameters:
string
operator : string
t : string
Returns: WidgetBuilder<Expr>
|
Extended Type:
|