readFile

Replacement for std.file.read. Returns: File contents, allocated with malloc. null on error.

nothrow @nogc
ubyte[]
readFile
(
const(char)[] fileNameZ
)

Meta