Static Propertyswift-composable-architecture 1.18.0ComposableArchitecture
liveValue
StackIDGenerator.swift:19This declaration is gated by at least one @_spi attribute.
static var liveValue: Self { get }
This declaration is gated by at least one @_spi attribute.
static var liveValue: Self { get }
s22ComposableArchitecture23StackElementIDGeneratorV9liveValueACvpZ
What are these?9Q39L
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
static var testValue: Self { get }
let next: () -> StackElementID
let peek: () -> StackElementID
func callAsFunction() -> StackElementID