init(integerLiteral:)
StackReducer.swift:731init(integerLiteral value: Int)
init(integerLiteral value: Int)
s22ComposableArchitecture14StackElementIDV14integerLiteralACSi_tcfc
What are these?2X4M4
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 Int
A signed integer value type.
init(generation: Int)
var customDumpDescription: String { get }
var debugDescription: String { get }
var generation: Int