Screen.write

Write content to the screen. The content will be displayed using the position and the style currently set. It will wrap at the edge of the display if it is too long.

  1. void write(string )
    interface Screen
    @safe
    void
    write
    (
    string
    )
  2. void write(wstring )
  3. void write(dstring )

Meta