FD.osCall

Call an OS function that accepts an FD as the first argument.

struct FD
nothrow @nogc
osCall
(
T...
)
()
if (
is(Parameters!F[0] == int)
)

Return Value

Type: auto

Whatever the original OS function returns.

Meta