Instance Methodnmggithub.kass 3.2.4MachCore
duration(to:)
SwiftClock.swift:121func duration(to other: `Self`) -> Duration
func duration(to other: `Self`) -> Duration
s8MachCore0A0V5ClockC7InstantV8duration2toAE8DurationVAG_tF
What are these?18J74
import MachCore
The core module for interacting with the Mach kernel.
struct Instant
struct Mach
The Mach kernel.
class Clock
A clock.
typealias Duration = Mach.Clock.Duration
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 hash(into hasher: inout Hasher)