DfmtComponent.format

Will format the code passed in asynchronously.

class DfmtComponent
Future!string
format
(
scope const(char)[] code
,
string[] arguments = []
)

Return Value

Type: Future!string

the formatted code as string

Meta