Zernikalos/zernikalos.utils/ZSemVer ZSemVer @Serializabledata class ZSemVer(val major: Int, val minor: Int, val patch: Int)(source) Members Constructors ZSemVer Link copied to clipboard constructor(major: Int, minor: Int, patch: Int) 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 isCompatibleWith Link copied to clipboard fun isCompatibleWith(other: ZSemVer): Boolean toString Link copied to clipboard open override fun toString(): String