dud.semver.setoperation

Undocumented in source.

Members

Functions

differenceOf
SemVer differenceOf(const(SemVer) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
differenceOf
VersionUnion differenceOf(const(VersionRange) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
differenceOf
SemVer differenceOf(const(SemVer) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
differenceOf
VersionUnion differenceOf(const(VersionRange) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
differenceOf
VersionUnion differenceOf(const(VersionUnion) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
differenceOf
VersionUnion differenceOf(const(VersionRange) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.
differenceOf
VersionUnion differenceOf(const(VersionUnion) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
SemVer intersectionOf(const(SemVer) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
SemVer intersectionOf(const(VersionRange) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
SemVer intersectionOf(const(SemVer) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
SemVer intersectionOf(const(VersionUnion) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
SemVer intersectionOf(const(SemVer) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
VersionRange intersectionOf(const(VersionRange) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
VersionUnion intersectionOf(const(VersionUnion) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
VersionUnion intersectionOf(const(VersionRange) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.
intersectionOf
VersionUnion intersectionOf(const(VersionUnion) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.
invert
VersionUnion invert(const(SemVer) a)
Undocumented in source. Be warned that the author may not have intended to support it.
invert
VersionUnion invert(const(VersionRange) a)
Undocumented in source. Be warned that the author may not have intended to support it.
invert
VersionUnion invert(const(VersionUnion) a)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(SemVer) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(SemVer) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(VersionRange) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(SemVer) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(VersionUnion) a, const(SemVer) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(VersionRange) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(VersionRange) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(VersionUnion) a, const(VersionRange) b)
Undocumented in source. Be warned that the author may not have intended to support it.
unionOf
VersionUnion unionOf(const(VersionUnion) a, const(VersionUnion) b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta