TokenFormatter.this

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

Parameters

rawSource
Type: ubyte[]

?

tokens
Type: const(Token)[]

the tokens to format

depths
Type: short[]

?

output
Type: OutputRange

the output range that the code will be formatted to

astInformation

information about the AST used to inform formatting decisions.

config
Type: Config*

?

Meta