VersionRange.this

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

Meta