Context.writeln

Writes lines of translation.

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

Meta