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

Attribute

mattt edited this page Mar 30, 2020 · 8 revisions

Attribute

@propertyWrapper public struct Attribute<Value>

Initializers

init(_:)

public init(_ name: String)

Properties

wrappedValue

var wrappedValue: Value?

name

let name: String
Clone this wiki locally