WrappedAssociatedValue
class WrappedAssociatedValue
Wraps the AssociatedValue Sourcery Type
-
Undocumented
Declaration
Swift
internal init(localName: String? = nil, typeName: WrappedTypeName) -
Undocumented
Declaration
Swift
convenience init(from: AssociatedValue) -
name of associated value
Declaration
Swift
var localName: String? -
type of associated value
Declaration
Swift
var typeName: WrappedTypeName
View on GitHub
WrappedAssociatedValue Class Reference