We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62adec5 commit 294ac2cCopy full SHA for 294ac2c
Sources/ComposableArchitecture/Reducer.swift
@@ -82,6 +82,7 @@ extension Reducer where Body == Never {
82
extension Reducer where Body: Reducer<State, Action> {
83
/// Invokes the ``Body-40qdd``'s implementation of ``reduce(into:action:)-1t2ri``.
84
@inlinable
85
+ @_optimize(none)
86
public func reduce(
87
into state: inout Body.State, action: Body.Action
88
) -> Effect<Body.Action> {
0 commit comments