dud.pkgdescription.joining

Undocumented in source.

Members

Functions

expandBuildType
PackageDescription expandBuildType(const(PackageDescription) pkg, string buildTypeName)
Undocumented in source. Be warned that the author may not have intended to support it.
expandConfiguration
PackageDescription expandConfiguration(const(PackageDescription) pkg, string confName)
Undocumented in source. Be warned that the author may not have intended to support it.
findBuildType
const(BuildType) findBuildType(PackageDescription pkg, string buildTypeName)
Undocumented in source. Be warned that the author may not have intended to support it.
findConfiguration
const(PackageDescription) findConfiguration(PackageDescription pkg, string confName)
Undocumented in source. Be warned that the author may not have intended to support it.
join
SubConfigs join(const(SubConfigs) a, const(SubConfigs) b)
Undocumented in source. Be warned that the author may not have intended to support it.
join
BuildType[string] join(const(BuildType[string]) a, const(BuildType[string]) b)
Undocumented in source. Be warned that the author may not have intended to support it.
join
Dependency[] join(const(Dependency[]) a, const(Dependency[]) b)
Undocumented in source. Be warned that the author may not have intended to support it.
join
ToolchainRequirement[Toolchain] join(const(ToolchainRequirement[Toolchain]) a, const(ToolchainRequirement[Toolchain]) b)
Undocumented in source. Be warned that the author may not have intended to support it.
join
Paths join(const(Paths) a, const(Paths) b)
Undocumented in source. Be warned that the author may not have intended to support it.
join
TargetType join(const(TargetType) a, const(TargetType) b)
Undocumented in source. Be warned that the author may not have intended to support it.
join
Strings join(const(Strings) a, const(Strings) b)
Undocumented in source. Be warned that the author may not have intended to support it.
join
string[] join(const(string[]) a, const(string[]) b)
Undocumented in source. Be warned that the author may not have intended to support it.
joinPackageDescription
void joinPackageDescription(PackageDescription ret, const(PackageDescription) orig, const(PackageDescription) conf)
Undocumented in source. Be warned that the author may not have intended to support it.
selectIfEmpty
String selectIfEmpty(const(String) a, const(String) b)
Undocumented in source. Be warned that the author may not have intended to support it.
selectIfEmpty
UnprocessedPath selectIfEmpty(const(UnprocessedPath) a, const(UnprocessedPath) b)
Undocumented in source. Be warned that the author may not have intended to support it.
selectIfEmpty
Path selectIfEmpty(const(Path) a, const(Path) b)
Undocumented in source. Be warned that the author may not have intended to support it.
selectIfEmpty
string selectIfEmpty(const(string) a, const(string) b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta