SemVer

Undocumented in source.

Members

Functions

opCmp
int opCmp(const(SemVer) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(const(SemVer) other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dup
SemVer dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

max
SemVer max()
Undocumented in source. Be warned that the author may not have intended to support it.
min
SemVer min()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MaxRelease
immutable(SemVer) MaxRelease;
Undocumented in source.
MinRelease
immutable(SemVer) MinRelease;
Undocumented in source.

Variables

buildIdentifier
string[] buildIdentifier;
Undocumented in source.
major
uint major;
Undocumented in source.
minor
uint minor;
Undocumented in source.
patch
uint patch;
Undocumented in source.
preRelease
string[] preRelease;
Undocumented in source.

Meta