Type of a formatting expression.
Constructor | Description |
Full Usage:
PrintfFormat(value, captures, captureTys)
Parameters:
string
-
The input string.
captures : obj[]
-
The captured expressions in an interpolated string.
captureTys : Type[]
-
The types of expressions for %A holes in interpolated string.
Returns: PrintfFormat<'Printer, 'State, 'Residue, 'Result>
The PrintfFormat containing the formatted result.
|
|
Full Usage:
PrintfFormat(value)
Parameters:
string
-
The input string.
Returns: PrintfFormat<'Printer, 'State, 'Residue, 'Result>
The PrintfFormat containing the formatted result.
|
|