Bindable
public protocol Bindable
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Value
-
Undocumented
Declaration
Swift
var value: Value { get nonmutating set }
-
wrappedValue
Extension methodUndocumented
Declaration
Swift
var wrappedValue: Value { get set }