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