FD.this

Initialize from an OS file descriptor.

  1. this(int fd)
    struct FD
    nothrow @safe @nogc
    this
    (
    int fd
    )
  2. this(string path, int flags, mode_t mode)

Parameters

fd int

OS handle of file to wrap.

Meta