Instance Propertypointfreeco.swift-concurrency-extras 1.3.1ConcurrencyExtras
customMirror
AnyHashableSendable.swift:39var customMirror: Mirror { get }
var customMirror: Mirror { get }
s17ConcurrencyExtras19AnyHashableSendableV12customMirrors0G0Vvp
What are these?9CHM2
import ConcurrencyExtras
Useful, testable Swift concurrency.
struct AnyHashableSendable
A type-erased hashable, sendable value.
struct Mirror
A representation of the substructure and display style of an instance of any type.
init(_ base: any Hashable & Sendable)
Creates a type-erased hashable, sendable value that wraps the given instance.
init(_ base: some Hashable & Sendable)
Creates a type-erased hashable, sendable value that wraps the given instance.
init(booleanLiteral value: Bool)
init(floatLiteral value: Double)
init(integerLiteral value: Int)
init(stringLiteral value: String)
let base: any Hashable & Sendable
var debugDescription: String { get }
var description: String { get }
static func == (lhs: `Self`, rhs: `Self`) -> Bool
func _toCustomAnyHashable() -> AnyHashable?
func hash(into hasher: inout Hasher)