init(_:content:)

ForEachStore.swift:188
iOS
deprecated
macOS
deprecated
tvOS
deprecated
watchOS
deprecated
@preconcurrency @MainActor init<EachContent>(_ store: Store<IdentifiedArray<ID, EachState>, (id: ID, action: EachAction)>, @ViewBuilder content: @escaping (_ store: Store<EachState, EachAction>) -> EachContent) where Data == IdentifiedArray<ID, EachState>, Content == WithViewStore<IdentifiedArray<ID, EachState>, (id: ID, action: EachAction), ForEach<IdentifiedArray<ID, EachState>, ID, EachContent>>, EachContent : View