Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Attribute

mattt edited this page Nov 16, 2020 · 8 revisions

Attribute

@propertyWrapper public struct Attribute<Value>

Initializers

init(_:)

public init(_ name: String)

Properties

name

let name: String

wrappedValue

var wrappedValue: Value?
Clone this wiki locally