sendfile

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Posix && linux)
extern (C) @system nothrow
ssize_t
sendfile
(
int out_fd
,
int in_fd
,
off_t* offset
,
size_t count
)

Meta