Initializernmggithub.kass 3.2.4MachCore
init(_:)
SwiftClock.swift:109init(_ value: mach_timespec)
init(_ value: mach_timespec)
import MachCore
The core module for interacting with the Mach kernel.
struct Instant
struct Mach
The Mach kernel.
class Clock
A clock.
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
func hash(into hasher: inout Hasher)
typealias Duration = Mach.Clock.Duration