DependencySet

A list of dependencies usable in an associative array

Members

Functions

hasAll
bool hasAll(string[] deps)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(DependencySet other)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string[] deps)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sorted
string[] sorted;
Undocumented in source.

Meta