pub type SemanticVersionAndRangePair = (SemanticVersion, Range<SemanticVersion>);
Expand description

A type which is used in resolver to collect all available versions of a package.