handleCTFEFile

Mixin template to handle files at compile-time.

mixin template handleCTFEFile (
string fileName
string fileHandler
) {}

Members

Functions

handle
void handle()

Function that must be called to handle the file.

Meta