Instance Propertyswift-composable-architecture 1.18.0ComposableArchitecture
next
StackIDGenerator.swift:11This declaration is gated by at least one @_spi attribute.
let next: () -> StackElementID
This declaration is gated by at least one @_spi attribute.
let next: () -> StackElementID
s22ComposableArchitecture23StackElementIDGeneratorV4nextAA0cD2IDVyYbcvp
What are these?7UMR9
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 StackElementIDGenerator
struct StackElementID
An opaque type that identifies an element of StackState
.
static var liveValue: Self { get }
static var testValue: Self { get }
let peek: () -> StackElementID
func callAsFunction() -> StackElementID