Instance Propertyswift-composable-architecture 1.18.0ComposableArchitecture
rawValue
HashableStaticString.swift:2let rawValue: StaticString
let rawValue: StaticString
s22ComposableArchitecture21_HashableStaticStringV8rawValues0dE0Vvp
What are these?52O5Z
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 _HashableStaticString
@frozen struct StaticString
A string type designed to represent text that is known at compile time.
init(rawValue: StaticString)
init(stringLiteral value: StaticString)
var debugDescription: String { get }
var description: String { get }
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)