dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
allowsAll
dud
semver
checks
Returns
true
if this constraint allows all the versions that
other
allows.
bool
allowsAll
(const(VersionRange) toCheckIn, const(SemVer) toCheck)
@
safe
pure
bool
allowsAll
(
const
(
VersionRange
)
toCheckIn
,
const
(
SemVer
)
toCheck
)
bool
allowsAll
(const(VersionRange) toCheckIn, const(VersionRange) toCheck)
bool
allowsAll
(const(VersionRange) toCheckIn, const(VersionUnion) toCheck)
bool
allowsAll
(const(VersionUnion) toCheckIn, const(SemVer) toCheck)
bool
allowsAll
(const(VersionUnion) toCheckIn, const(VersionRange) toCheck)
bool
allowsAll
(const(VersionUnion) toCheckIn, const(VersionUnion) toCheck)
Meta
Source
See Implementation
dud
semver
checks
functions
allowsAll
allowsAny
Returns true if this constraint allows all the versions that other allows.