FD.checkedCall

Run an fd based function and throw if it fails

This function behave the same as osCall, except if the return is -1, it will throw an ErrnoException

struct FD
@system @nogc
checkedCall
(
T...
)
(,)
if (
is(Parameters!F[0] == int)
)

Meta