Enumerationswift-package-manager 6.0.3Basics
Kalimba
Triple.swift:919enum Kalimba
enum Kalimba
import Basics
enum SubArch
@dynamicMemberLookup struct Triple
Helper for working with target triples.
case v3
case v4
case v5
enum ARM
enum MIPS
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.