Instance Methodswift-composable-architecture 1.18.0ComposableArchitecture
callAsFunction
StackIDGenerator.swift:15This declaration is gated by at least one @_spi attribute.
func callAsFunction() -> StackElementID
This declaration is gated by at least one @_spi attribute.
func callAsFunction() -> StackElementID
s22ComposableArchitecture23StackElementIDGeneratorV14callAsFunctionAA0cD2IDVyF
What are these?4X8JO
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 next: () -> StackElementID
let peek: () -> StackElementID