dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
relation
dud
semver
versionrange
Return whether a is less than, equal, or greater than b
BoundRelation
relation
(const(SemVer) a, Inclusive aInclusive, const(SemVer) b, Inclusive bInclusive)
@
safe
pure pure
BoundRelation
relation
(
const
(
SemVer
)
a
,
const
Inclusive
aInclusive
,
const
(
SemVer
)
b
,
const
Inclusive
bInclusive
)
SetRelation
relation
(const(VersionRange) a, const(VersionRange) b)
Meta
Source
See Implementation
dud
semver
versionrange
enums
BoundRelation
Inclusive
SetRelation
functions
bumpIncompatibleVersion
isInRange
parseVersionRange
relation
structs
VersionRange
Return whether a is less than, equal, or greater than b