init
ObservableState.swift:40init()
init()
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.
static func _$id(for value: some ObservableState) -> ObservableStateID
static func _$id<T>(for value: T) -> ObservableStateID
static func == (lhs: Self, rhs: Self) -> Bool
func _$tag(_ tag: Int) -> ObservableStateID
mutating func _$willModify()
func hash(into hasher: inout Hasher)