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