Terminal.writeln

Writes to the terminal at the current cursor position.

  1. void writef(string f, T t)
  2. void writefln(string f, T t)
  3. void write(T t)
  4. void writeln(T t)
    struct Terminal
    void
    writeln
    (
    T...
    )
    (
    T t
    )

Meta