FD.this

Open a new file.

  1. this(int fd)
  2. this(string path, int flags, mode_t mode)
    struct FD
    @trusted @nogc
    this
    (
    string path
    ,
    int flags
    ,
    mode_t mode = octal!666
    )

Meta