AssociatedValueType
public struct AssociatedValueType : TypeProtocol
extension AssociatedValueType: CustomStringConvertible
The type of an associated value of a generic type parameter, or associated type thereof.
-
The declaration that introduces the associated value in the parent trait.
Declaration
Swift
public let decl: AssociatedValueDecl.ID -
The domain of an associated value.
The domain is either an associated type, a conformance lens, or a generic type parameter.
Declaration
Swift
public let domain: AnyType -
The name of the associated type.
Declaration
Swift
public let name: Incidental<String> -
Declaration
Swift
public var flags: ValueFlags { get } -
Declaration
Swift
public var description: String { get }
View on GitHub