VersionRange

Undocumented in source.

Constructors

this
this(string branch)
Undocumented in source.
this
this(const(SemVer) low, const(Inclusive) incLow, const(SemVer) high, const(Inclusive) incHigh)
Undocumented in source.

Members

Functions

isBranch
bool isBranch()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(VersionRange o)

ditto

opEquals
bool opEquals(VersionRange o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()

ditto

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

branch
string branch;
Undocumented in source.
high
SemVer high;
Undocumented in source.
inclusiveHigh
Inclusive inclusiveHigh;
Undocumented in source.
inclusiveLow
Inclusive inclusiveLow;
Undocumented in source.
low
SemVer low;
Undocumented in source.

Meta