semver
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
semver
semver
/
net.swiftzer.semver
/
SemVer
/
SemVer
Sem
Ver
constructor
(
major
:
Int
,
minor
:
Int
=
0
,
patch
:
Int
=
0
,
preRelease
:
String
?
=
null
,
buildMetadata
:
String
?
=
null
)
(
source
)