aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
Version.this
aurorafw
core
semver
Version
Default constructor
this
(M major, N minor, P patch)
struct
Version
@
safe
pure @
nogc
this
(
M
=
uint
N
=
uint
P
=
uint
)
(
M
major
= uint.
init
,
N
minor
= uint.
init
,
P
patch
= uint.
init
)
if
(
isIntegral
!
M
&&
isIntegral
!
N
&&
isIntegral
!
P
)
this
(string str)
Meta
Source
See Implementation
aurorafw
core
semver
Version
constructors
this
functions
opCmp
opIndex
opIndexAssign
toString
variables
major
minor
patch
Default constructor