Instance Methodswift 6.0.3_Concurrency
hash(into:)
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
s12_Concurrency15SuspendingClockV7InstantV4hash4intoys6HasherVz_tF
What are these?66ON2
import _Concurrency
struct Instant
struct SuspendingClock
A clock that measures time that always increments but stops incrementing while the system is asleep.
@frozen struct Hasher
The universal hash function used by Set
and Dictionary
.
init(from decoder: any Decoder) throws
static var now: SuspendingClock.Instant { get }
static func + (lhs: SuspendingClock.Instant, rhs: Duration) -> SuspendingClock.Instant
static func += (lhs: inout SuspendingClock.Instant, rhs: Duration)
static func - (lhs: SuspendingClock.Instant, rhs: Duration) -> SuspendingClock.Instant
static func - (lhs: SuspendingClock.Instant, rhs: SuspendingClock.Instant) -> Duration
static func -= (lhs: inout SuspendingClock.Instant, rhs: Duration)
static func < (lhs: SuspendingClock.Instant, rhs: SuspendingClock.Instant) -> Bool
static func == (lhs: SuspendingClock.Instant, rhs: SuspendingClock.Instant) -> Bool
func advanced(by duration: Duration) -> SuspendingClock.Instant
func duration(to other: SuspendingClock.Instant) -> Duration