Interface
public enum Interface : Hashable, Sendable
The interface of an existential type.
-
The traits to which the witness is known to conform.
Declaration
Swift
case traits(Set<TraitType>) -
The declaration of the unparameterized generic type of the witness.
Declaration
Swift
case generic(AnyType) -
An unparameterized metatype.
Declaration
Swift
case metatype -
A set of flags describing recursive properties.
Declaration
Swift
public var flags: ValueFlags { get }
View on GitHub