readFile

Reads a file, terminate the program on error

nothrow
readFile
(,
const(char)[] filename
)

Parameters

loc Loc

The line number information from where the call originates

filename const(char)[]

Path to file

Meta