dfmt ~master (2018-09-29T20:52:49Z)
Dub
Repo
TokenFormatter
dfmt
formatter
struct
TokenFormatter (
OutputRange
) {
this
(
const
ubyte
[]
rawSource
,
const
(
Token
)[]
tokens
,
immutable
short
[]
depths
,
OutputRange
output
,
ASTInformation
*
astInformation
,
Config
*
config
)
;
void
format
()
;
}
Constructors
this
this
(
const
ubyte
[]
rawSource
,
const
(
Token
)[]
tokens
,
immutable
short
[]
depths
,
OutputRange
output
,
ASTInformation
*
astInformation
,
Config
*
config
)
Members
Functions
format
void
format
()
Runs the formatting process
Meta
Source
See Implementation
dfmt
formatter
structs
TokenFormatter