init(integerLiteral:)
AnyHashableSendable.swift:69init(integerLiteral value: Int)
init(integerLiteral value: Int)
s17ConcurrencyExtras19AnyHashableSendableV14integerLiteralACSi_tcfc
What are these?6JVM8
import ConcurrencyExtras
Useful, testable Swift concurrency.
struct AnyHashableSendable
A type-erased hashable, sendable value.
@frozen struct Int
A signed integer value 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(stringLiteral value: String)
let base: any Hashable & Sendable
var customMirror: Mirror { get }
var debugDescription: String { get }
var description: String { get }
static func == (lhs: `Self`, rhs: `Self`) -> Bool
func _toCustomAnyHashable() -> AnyHashable?
func hash(into hasher: inout Hasher)