VersionRange.this

Undocumented in source.
  1. this(string branch)
  2. this(const(SemVer) low, const(Inclusive) incLow, const(SemVer) high, const(Inclusive) incHigh)
    struct VersionRange
    @safe pure
    this
    (
    const(SemVer) low
    ,,
    const(SemVer) high
    ,)

Meta