Reducer(state:action:)

An overload of Reducer that takes a description of protocol conformances to synthesize on the State and Action types

Macros.swift:48
iOS
deprecated
macOS
deprecated
tvOS
deprecated
watchOS
deprecated
@attached(member, names: named(State), named(Action), named(init), named(body), named(CaseScope), named(scope)) @attached(memberAttribute) @attached(extension, conformances: Reducer, CaseReducer) macro Reducer(state: _SynthesizedConformance..., action: _SynthesizedConformance...)

See the article Reducer for more information about the macro and Reducer protocol, in particular the section Reducer.