init(_:)
PresentationModifier.swift:333This declaration is gated by at least one @_spi attribute.
init<Base>(_ base: Base) where Base : Identifiable
This declaration is gated by at least one @_spi attribute.
init<Base>(_ base: Base) where Base : Identifiable
s22ComposableArchitecture15AnyIdentifiableVyACxcs0D0Rzlufc
What are these?56YTJ
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 AnyIdentifiable
protocol Identifiable<ID>
A class of types whose instances hold the value of an entity with stable identity.
let id: AnyHashable