vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum member collectFiles

Using the file name of a string import Diet file, returns a list of all required files.

enum collectFiles(string root_file) = collectFiles!(root_file, contents);
enum collectFiles(string root_file, alias root_contents) = baseFiles;

These files recursively include all imports or extension templates that are used. The type of the list is InputFile[].

Authors
Copyright
License