Static Propertyswift-composable-architecture 1.18.0ComposableArchitecture
allCasePaths
StackReducer.swift:262static var allCasePaths: AllCasePaths { get }
static var allCasePaths: AllCasePaths { get }
s22ComposableArchitecture11StackActionO12allCasePathsAC03AllfG0Vyxq__GvpZ
What are these?53UDG
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
enum StackAction<State, Action>
A wrapper type for actions that can be presented in a navigation stack.
struct AllCasePaths