SemVer

Constructors

this
this(string semver)
this
this(uint major, uint minor, uint patch)

Members

Functions

opBinary
SemVer opBinary(SemVer rhs)
opCmp
int opCmp(SemVer rhs)
toString
string toString()

Variables

major
int major;
minor
int minor;
patch
int patch;

Meta