_$id(for:)
ObservableState.swift:53static func _$id<T>(for value: T) -> ObservableStateID
static func _$id<T>(for value: T) -> ObservableStateID
s22ComposableArchitecture17ObservableStateIDV4_$id3forACx_tlFZ
What are these?7P54C
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 ObservableStateID
A unique identifier for a observed value.
init()
static func _$id(for value: some ObservableState) -> ObservableStateID
static func == (lhs: Self, rhs: Self) -> Bool
func _$tag(_ tag: Int) -> ObservableStateID
mutating func _$willModify()
func hash(into hasher: inout Hasher)