PosixTty.this

Create a Tty device on a given device path. The usual path is "/dev/tty".

  1. this(string dev)
    class PosixTty
    nothrow @safe
    this
    (
    string dev
    )
  2. this(File f)

Meta