Resources

Output range of implicit resources.

This is used to easily accumulate implicit resources while also normalizing their paths at the same time.

Constructors

this
this(string buildDir, string taskDir)
Undocumented in source.

Alias This

resources

Members

Functions

put
void put(const(char)[] item)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(R items)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(R items)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Resource item)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buildDir
string buildDir;
Undocumented in source.
resources
Appender!(Resource[]) resources;
Undocumented in source.
taskDir
string taskDir;
Undocumented in source.

Meta