semver v0.5.0 (2023-03-30T15:44:37Z)
Dub
Repo
SemVer.this
semver
SemVer
Creates a 'simple' version with only major, minor, patch components
this
(string semVer)
this
(uint major, uint minor, uint patch)
struct
SemVer
public @
safe
pure nothrow @
nogc
this
(
uint
major
,
uint
minor
= 0
,
uint
patch
= 0
)
Meta
Source
See Implementation
semver
SemVer
constructors
this
functions
differAt
increment
isStable
isValid
opCmp
opEquals
query
queryAsString
toString
Creates a 'simple' version with only major, minor, patch components