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 3851aba commit 61dbedeCopy full SHA for 61dbede
Sources/SwiftCheck/Lattice.swift
@@ -90,7 +90,7 @@ extension AnyIndex : LatticeType {
90
}
91
92
93
-/// float.h does not export Float80's limits, nor does the Swift Standard Library.
+// float.h does not export Float80's limits, nor does the Swift Standard Library.
94
// rdar://18404510
95
//extension Swift.Float80 : LatticeType {
96
// public static var min : Swift.Float80 {
Sources/SwiftCheck/Random.swift
@@ -338,7 +338,8 @@ extension Double : RandomType {
338
339
340
341
-/// Implementation Details Follow
+// MARK: - Implementation Details
342
+
343
private enum ClockTimeResult {
344
case success
345
case failure(Int)
0 commit comments