Operatorswift 6.0.3Dispatch
==(_:_:)
static func == (a: DispatchWallTime, b: DispatchWallTime) -> Bool
static func == (a: DispatchWallTime, b: DispatchWallTime) -> Bool
import Dispatch
struct DispatchWallTime
@frozen struct Bool
A value type whose instances are either true
or false
.
init(timespec: timespec)
static let distantFuture: DispatchWallTime
static func now() -> DispatchWallTime
let rawValue: dispatch_time_t
static func < (a: DispatchWallTime, b: DispatchWallTime) -> Bool