Instance Propertyswift-composable-architecture 1.18.0ComposableArchitecture
debugDescription
StackReducer.swift:719var debugDescription: String { get }
var debugDescription: String { get }
s22ComposableArchitecture14StackElementIDV16debugDescriptionSSvp
What are these?5UVNJ
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).
struct StackElementID
An opaque type that identifies an element of StackState
.
@frozen struct String
A Unicode string value that is a collection of characters.
init(generation: Int)
init(integerLiteral value: Int)
var customDumpDescription: String { get }
var generation: Int