subscript(_:_:)
Returns the bindable value at the subscripted index.
Declaration
@MainActor @preconcurrency subscript<T>(bindTarget: BindTarget, type: T.Type = T.self) -> BindableValue<T>? where T : BindableData { get set }Returns the bindable value at the subscripted index.
@MainActor @preconcurrency subscript<T>(bindTarget: BindTarget, type: T.Type = T.self) -> BindableValue<T>? where T : BindableData { get set }