TokenFormatter.this

struct TokenFormatter(OutputRange)
this
(
const ubyte[] rawSource
,
const(Token)[] tokens
,
immutable short[] depths
,
OutputRange output
,,)

Parameters

rawSource ubyte[]

?

tokens const(Token)[]

the tokens to format

depths short[]

?

output OutputRange

the output range that the code will be formatted to

astInformation ASTInformation*

information about the AST used to inform formatting decisions.

config Config*

?

Meta