buildPartialBlock(accumulated:next:)

ReducerBuilder.swift:77
static func buildPartialBlock<R0, R1>(accumulated: R0, next: R1) -> _Sequence<R0, R1> where State == R0.State, Action == R0.Action, R0 : Reducer, R1 : Reducer, R0.Action == R1.Action, R0.State == R1.State