VersionRange.Any

Matches any version

struct VersionRange
static immutable
auto Any = VersionRange(Version.minRelease, Version.maxRelease);

Meta