brightproof ~master (2022-06-01T15:03:07.3641126)
Dub
Repo
SemVer.this
BrightProof
SemVer
Create new SemVer
this
(size_t major, size_t minor, size_t patch, string prerelease, string build)
struct
SemVer
@
safe
@
nogc
pure nothrow
this
(
size_t
major
,
size_t
minor
,
size_t
patch
,
string
prerelease
= ""
,
string
build
= ""
)
this
(T i)
size_t
Major
;
size_t
Minor
;
size_t
Patch
;
Throws
SemVerException if there is any syntax errors.
Meta
Source
See Implementation
BrightProof
SemVer
constructors
this
functions
nextMajor
nextMinor
nextPatch
opCmp
opEquals
toString
variables
Build
Major
Minor
Patch
PreRelease
Create new SemVer