SourceFile.writeln

writes indented code and adds a final '\n'

  1. void writeln()
  2. void writeln(string codeFmt, Args args)
    class SourceFile
    void
    writeln
    (
    Args...
    )
    (
    string codeFmt
    ,
    Args args
    )

Meta