brightproof ~master (2022-06-01T15:03:07.3641126)
Dub
Repo
SemVer.this
BrightProof
SemVer
Undocumented in source.
this
(size_t major, size_t minor, size_t patch, string prerelease, string build)
this
(T i)
struct
SemVer
pure
this
(
T
)
(
T
i
)
if
(
isImplicitlyConvertible
!(
T
,
string
)
)
size_t
Major
;
size_t
Minor
;
size_t
Patch
;
Meta
Source
See Implementation
BrightProof
SemVer
constructors
this
functions
nextMajor
nextMinor
nextPatch
opCmp
opEquals
toString
variables
Build
Major
Minor
Patch
PreRelease