==(_:_:)
ObservableState.swift:44static func == (lhs: Self, rhs: Self) -> Bool
static func == (lhs: Self, rhs: Self) -> Bool
s22ComposableArchitecture17ObservableStateIDV2eeoiySbAC_ACtFZ
What are these?6JECM
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.
@frozen struct Bool
A value type whose instances are either true
or false
.
init()
static func _$id(for value: some ObservableState) -> ObservableStateID
static func _$id<T>(for value: T) -> ObservableStateID
func _$tag(_ tag: Int) -> ObservableStateID
mutating func _$willModify()
func hash(into hasher: inout Hasher)