Enumerationswift-package-manager 6.0.3Basics
SignpostType
OSSignpost.swift:43@usableFromInline enum SignpostType
@usableFromInline enum SignpostType
import Basics
case begin
case end
case event
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.