Context.writeln

Writes a line of translation.

  1. void writeln(string line)
    struct Context
    @safe pure nothrow
    void
    writeln
    (
    in string line
    )
  2. void writeln(string[] lines)

Meta