Operatorswift 6.0.3_Concurrency
-=(_:_:)
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
static func -= (lhs: inout SuspendingClock.Instant, rhs: Duration)
static func -= (lhs: inout SuspendingClock.Instant, rhs: Duration)
s12_Concurrency15SuspendingClockV7InstantV2seoiyyAEz_s8DurationVtFZ
What are these?1JW47
import _Concurrency
struct Instant
struct SuspendingClock
A clock that measures time that always increments but stops incrementing while the system is asleep.
@frozen struct Duration
A representation of high precision time.
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: 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
func hash(into hasher: inout Hasher)