FD.dup

Duplicate an FD

Does the same as the dup system call.

struct FD
@trusted @nogc
dup
()

Return Value

Type: FD

An FD representing a duplicate of the current FD.

Meta