1. InstantProtocol
    ProtocolSwift

    InstantProtocol

    • iOS 9999+
    • macOS 9999+
    • tvOS 9999+
    • watchOS 9999+
    protocol InstantProtocol : Comparable, Hashable, Sendable

    Requirements

    Associated Types

    • associatedtype Duration : DurationProtocol

    Instance Methods

    • func advanced(by: Self.Duration) -> Self
    • func duration(to: Self) -> Self.Duration

    Implies

    • Comparable
    • Equatable
    • Hashable
    • Sendable

    Conforming Types

    • ContinuousClock.Instant
    • SuspendingClock.Instant