fluid-stdlib
0.14.0
common
fluid-stdlib
/
io.fluidsonic.stdlib
/
SemanticVersion
Semantic
Version
data
class
SemanticVersion
(
val
major
:
Int
,
val
minor
:
Int
=
0
,
val
patch
:
Int
=
0
)
:
Comparable
<
SemanticVersion
>
Members
Constructors
Semantic
Version
Link copied to clipboard
constructor
(
major
:
Int
,
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
=
0
patch
Link copied to clipboard
val
patch
:
Int
=
0
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SemanticVersion
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String