Instance Methodnmggithub.kass 3.2.4MachCore
hash(into:)
SwiftClock.swift:125func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
import MachCore
The core module for interacting with the Mach kernel.
struct Instant
struct Mach
The Mach kernel.
class Clock
A clock.
@frozen struct Hasher
The universal hash function used by Set
and Dictionary
.
init(_ value: mach_timespec)
let value: mach_timespec
static func < (lhs: Mach.Clock.Instant, rhs: Mach.Clock.Instant) -> Bool
func advanced(by duration: Duration) -> Instant
func duration(to other: `Self`) -> Duration
typealias Duration = Mach.Clock.Duration