mixin fanc::CodePrinter

fanc::CodePrinter

Source

Pretty print transpiled source code

indent

This indent()

Source

Indent next lines

m

abstract CodePrinterState m()

Source

Class state

nl

This nl()

Source

Print newline

sp

This sp()

Source

Print space

unindent

This unindent()

Source

Unindent next lines

w

This w(Obj o)

Source

Print object - must never include newline, use` nl`