mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
Fix compilation
This commit is contained in:
@ -21,6 +21,17 @@ extension ApkVersionSpecification {
|
||||
}
|
||||
}
|
||||
|
||||
internal extension ApkVersionSpecification {
|
||||
@inlinable var conflict: Bool {
|
||||
switch self {
|
||||
case .any(invert: true), .constraint(invert: true, _, _):
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension ApkVersionSpecification.Operator: CustomStringConvertible {
|
||||
var description: String {
|
||||
switch self {
|
||||
|
Reference in New Issue
Block a user