Static Methodswift-package-manager 6.0.1PackageModel->Swift
upToNextMinor(from:)
PackageDependencyDescription.swift:225static func upToNextMinor(from version: Version) -> Range<Bound> where Bound == Version
static func upToNextMinor(from version: Version) -> Range<Bound> where Bound == Version
sSn12PackageModelE13upToNextMinor4fromSny10TSCUtility7VersionVGAF_tAFRszrlFZ
What are these?
FNV24: [EFDE]
where Bound:Comparable
import PackageModel
import Swift
@frozen struct Range<Bound> where Bound : Comparable
A half-open interval from a lower bound up to, but not including, an upper bound.
protocol Comparable : Equatable
A type that can be compared using the relational operators <
, <=
, >=
, and >
.
static func upToNextMajor(from version: Version) -> Range<Bound> where Bound == Version