Global Functionswift-composable-architecture 1.18.0ComposableArchitecture
_$isIdentityEqual(_:_:)
ObservableState.swift:147func _$isIdentityEqual(_ lhs: String, _ rhs: String) -> Bool
func _$isIdentityEqual(_ lhs: String, _ rhs: String) -> Bool
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).
@frozen struct String
A Unicode string value that is a collection of characters.
@frozen struct Bool
A value type whose instances are either true
or false
.