dub v1.31.0-rc.1 (2023-01-15T17:23:20Z)
Dub
Repo
Version.matches
dub
dependency
Version
Tests two versions for equality, according to the selected match mode.
struct
Version
const scope @
safe
pure
bool
matches
(
in
Version
other
,
VersionMatchMode
mode
=
VersionMatchMode.standard
)
Meta
Source
See Implementation
dub
dependency
Version
constructors
this
functions
matches
opCmp
opEquals
toString
properties
isBranch
isMaster
isPreRelease
static functions
fromString
static variables
masterBranch
maxRelease
minRelease
Tests two versions for equality, according to the selected match mode.