Instance Propertyswift-composable-architecture 1.18.0ComposableArchitecture
description
HashableStaticString.swift:16var description: String { get }
var description: String { get }
s22ComposableArchitecture21_HashableStaticStringV11descriptionSSvp
What are these?5Z41D
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 String
A Unicode string value that is a collection of characters.
init(rawValue: StaticString)
init(stringLiteral value: StaticString)
var debugDescription: String { get }
let rawValue: StaticString
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)