FD.this - multiple declarations

Function FD.this

Initialize from an OS file descriptor.

ref this (
  int fd
) nothrow @nogc @safe;

Parameters

NameDescription
fd OS handle of file to wrap.

Function FD.this

Open a new file.

ref this (
  string path,
  int flags,
  uint mode = 438u
) @nogc @trusted;

Parameters

Same as for the open(2) command;