File.wrapFile

Unsafe function that wraps an existing FILE*. The resulting File never takes the initiative in closing the file. Note that the created file has no name

struct File
static @safe
wrapFile
(
FILE* f
)

Meta