We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dabc1 commit 9e56630Copy full SHA for 9e56630
Sources/Testing/Events/Clock.swift
@@ -96,6 +96,9 @@ extension Test.Clock.Instant {
96
97
/// Get the number of nanoseconds from this instance to another.
98
///
99
+ /// - Parameters:
100
+ /// - other: The later instant.
101
+ ///
102
/// - Returns: The number of nanoseconds between `self` and `other`. If
103
/// `other` is ordered before this instance, the result is negative.
104
func nanoseconds(until other: Test.Clock.Instant) -> Int64 {
0 commit comments