- matches
bool matches(const(Version) v)
Undocumented in source. Be warned that the author may not have intended to support it.
- matches
bool matches(const(Version) v)
Undocumented in source. Be warned that the author may not have intended to support it.
- matches
bool matches(string vers)
Undocumented in source. Be warned that the author may not have intended to support it.
- merge
Dependency merge(const(Dependency) o)
- opEquals
bool opEquals(Dependency o)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- valid
bool valid()
Undocumented in source. Be warned that the author may not have intended to support it.
Representing a dependency, which is basically a version string and a compare methode, e.g. '>=1.0.0 <2.0.0' (i.e. a space separates the two version numbers)