Viewport.write

Writes a string.

  1. bool write(dchar c, Color fg, Color bg)
  2. uint write(dstring s, Color fg, Color bg)
    struct Viewport
    private public
    uint
    write
    (
    dstring s
    ,,)

Return Value

Type: uint

number of characters written

Meta