VersionFormat

data class VersionFormat(val major: Int, val minor: Int) : Comparable<PackMeta.VersionFormat>

Constructors

Link copied to clipboard
constructor(major: Int)
constructor(major: Int, minor: Int)

Properties

Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int

Functions

Link copied to clipboard
fun asJson(): JsonPrimitive
Link copied to clipboard
open operator override fun compareTo(other: PackMeta.VersionFormat): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard