staticread onlybuild:String
staticread onlyhasBuild:Bool
staticread onlyhasPre:Bool
staticread onlymajor:Int
staticread onlyminor:Int
staticread onlypatch:Int
staticread onlypre:String
@:fromstaticarrayToVersion(a:Array<Int>):Version
@:op(A != B)staticdifferent(this:SemVer, other:Version):Bool
@:op(A == B)staticequals(this:SemVer, other:Version):Bool
@:op(A > B)staticgreaterThan(this:SemVer, other:Version):Bool
@:op(A >= B)staticgreaterThanOrEqual(this:SemVer, other:Version):Bool
@:op(A < B)staticlessThan(this:SemVer, other:Version):Bool
@:op(A <= B)staticlessThanOrEqual(this:SemVer, other:Version):Bool
staticnextBuild(this:SemVer):Version
staticnextMajor(this:SemVer):Version
staticnextMinor(this:SemVer):Version
staticnextPatch(this:SemVer):Version
staticnextPre(this:SemVer):Version
staticinlinesatisfies(this:SemVer, rule:VersionRule):Bool
@:fromstaticstringToVersion(s:String):Version
@:tostatictoString(this:SemVer):String
staticwithBuild(this:SemVer, build:String):Version
staticwithPre(this:SemVer, pre:String, ?build:String):Version