dud.semver.checks

Undocumented in source.

Members

Functions

allowsAll
bool allowsAll(const(VersionRange) toCheckIn, const(SemVer) toCheck)

Returns true if this constraint allows all the versions that other allows.

allowsAll
bool allowsAll(const(VersionRange) toCheckIn, const(VersionRange) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAll
bool allowsAll(const(VersionRange) toCheckIn, const(VersionUnion) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAll
bool allowsAll(const(VersionUnion) toCheckIn, const(SemVer) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAll
bool allowsAll(const(VersionUnion) toCheckIn, const(VersionRange) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAll
bool allowsAll(const(VersionUnion) toCheckIn, const(VersionUnion) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAny
bool allowsAny(const(VersionRange) toCheckIn, const(SemVer) toCheck)

Returns true if this constraint allows version.

allowsAny
bool allowsAny(const(VersionRange) toCheckIn, const(VersionRange) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAny
bool allowsAny(const(VersionRange) toCheckIn, const(VersionUnion) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAny
bool allowsAny(const(VersionUnion) toCheckIn, const(SemVer) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAny
bool allowsAny(const(VersionUnion) toCheckIn, const(VersionRange) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
allowsAny
bool allowsAny(const(VersionUnion) toCheckIn, const(VersionUnion) toCheck)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta