oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.lib
/
SemVer
Sem
Ver
data
class
SemVer
(
val
major
:
Int
=
0
,
val
minor
:
Int
=
0
,
val
patch
:
Int
=
0
)
:
Comparable
<
SemVer
>
Members
Constructors
Sem
Ver
Link copied to clipboard
constructor
(
major
:
Int
=
0
,
minor
:
Int
=
0
,
patch
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
patch
Link copied to clipboard
val
patch
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SemVer
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String