Bindable

public protocol Bindable

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype Value
  • Undocumented

    Declaration

    Swift

    var value: Value { get nonmutating set }
  • wrappedValue Extension method

    Undocumented

    Declaration

    Swift

    var wrappedValue: Value { get set }