InterpolatedStringBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)
Parameters:
TextSegment list
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)
Parameters:
TextSegment
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)
Parameters:
WidgetBuilder<Expr> list
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)
Parameters:
WidgetBuilder<Expr>
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)
Parameters:
WidgetBuilder<Constant> list
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)
Parameters:
WidgetBuilder<Constant>
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)
Parameters:
string list
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)
Parameters:
string
-
The parts of the interpolated string.
?isVerbatim : bool
-
Whether the string is verbatim.
?dollars : int
-
The number of dollars in the string.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|