dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
intersectionOf
dud
semver
setoperation
Undocumented in source. Be warned that the author may not have intended to support it.
SemVer
intersectionOf
(const(SemVer) a, const(SemVer) b)
SemVer
intersectionOf
(const(VersionRange) a, const(SemVer) b)
@
safe
pure
SemVer
intersectionOf
(
const
(
VersionRange
)
a
,
const
(
SemVer
)
b
)
SemVer
intersectionOf
(const(SemVer) a, const(VersionRange) b)
SemVer
intersectionOf
(const(VersionUnion) a, const(SemVer) b)
SemVer
intersectionOf
(const(SemVer) a, const(VersionUnion) b)
VersionRange
intersectionOf
(const(VersionRange) a, const(VersionRange) b)
VersionUnion
intersectionOf
(const(VersionUnion) a, const(VersionRange) b)
VersionUnion
intersectionOf
(const(VersionRange) a, const(VersionUnion) b)
VersionUnion
intersectionOf
(const(VersionUnion) a, const(VersionUnion) b)
Meta
Source
See Implementation
dud
semver
setoperation
functions
differenceOf
intersectionOf
invert
unionOf