PlatformConstraint
public struct PlatformConstraint : Hashable, CustomStringConvertible
The struct used to define a single platform and version constraint.
-
Undocumented
Declaration
Swift
public let platform: Platform
-
Undocumented
Declaration
Swift
public let version: PlatformVersionConstraint
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public var name: String { get }
-
Declaration
Swift
public var parametersDescription: String { get }