Version

Undocumented in source.

Members

Functions

opBinary
Version opBinary(Version rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Version x)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

bad
enum bad;
Undocumented in source.
none
enum none;
Undocumented in source.

Variables

major
int major;
Undocumented in source.
minor
int minor;
Undocumented in source.
patch
int patch;
Undocumented in source.

Meta