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