BindableValue
public struct BindableValue<Value> : Bindable
Undocumented
-
Undocumented
Declaration
Swift
public init(get: @escaping () -> Value, set: @escaping (Value) -> Void) -
Undocumented
Declaration
Swift
public var value: Value { get nonmutating set }
BindableValue Structure Reference