dud.resolve.versionconfigurationtoolchain

Undocumented in source.

Members

Functions

allowsAll
bool allowsAll(const(VersionConfigurationToolchain) a, const(VersionConfigurationToolchain) b)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAny
bool allowsAny(const(VersionConfigurationToolchain) a, const(VersionConfigurationToolchain) b)
Undocumented in source. Be warned that the author may not have intended to support it.
dup
VersionConfigurationToolchain dup(const(VersionConfigurationToolchain) old)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
VersionConfigurationToolchain intersectionOf(const(VersionConfigurationToolchain) a, const(VersionConfigurationToolchain) b)
Undocumented in source. Be warned that the author may not have intended to support it.
invert
VersionConfigurationToolchain invert(const(VersionConfigurationToolchain) conf)
Undocumented in source. Be warned that the author may not have intended to support it.
relation
SetRelation relation(const(VersionConfigurationToolchain) a, const(VersionConfigurationToolchain) b)

Return if a is a subset of b, or if a and b are disjoint, or if a and b overlap

Structs

VersionConfigurationToolchain
struct VersionConfigurationToolchain

The algebraic datatype that stores a version range and a configuration

Meta