The different types of a target.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
The different types of a target.
SDK
Framework
func encode(to: Encoder)
Encodes this value into the given encoder, when the type’s Raw
is String
.
func hash(into: inout Hasher)
Hashes the target type by feeding the item into the given hasher.
var hashValue : Int
The hash value for the target’s type.
static func != (Target.TargetType, Target.TargetType) -> Bool
Returns a Boolean value indicating whether two values are not equal.
var isTest : Bool
A boolean value that indicates if this is a test target.
let type: Target.TargetType
The type of the target.