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 82ee335 commit 33abb69Copy full SHA for 33abb69
Sources/Algorithms/RandomSample.swift
@@ -10,8 +10,14 @@
10
//===----------------------------------------------------------------------===//
11
12
// For log(_:) and root(_:_:)
13
+#if swift(>=5.11)
14
+internal import RealModule
15
+#elseif swift(>=5.10)
16
+import RealModule
17
+#else
18
@_implementationOnly
19
import RealModule
20
+#endif
21
22
23
// randomStableSample(count:)
0 commit comments