Type Aliases
The following type aliases are available globally.
- 
                  
                  
Undocumented
Declaration
Swift
public typealias AppReducer<State> = (_ ReducerProvider: ReducerProvider, _ action: Action, _ state: State) -> State 
View on GitHub
        Type Aliases  Reference