dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
allowsAny
dud
semver
checks
Undocumented in source. Be warned that the author may not have intended to support it.
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)
@
safe
pure
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