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 9e980f2 commit 40e1679Copy full SHA for 40e1679
PlaygroundLogger/PlaygroundLogger/Common.swift
@@ -67,7 +67,7 @@ func boundCheckRanges(_ ranges : [ChildrenRange], _ upper_bound : UInt64) -> [Ch
67
return actual_ranges
68
}
69
70
-extension Integer where Self.Stride: SignedInteger {
+extension FixedWidthInteger where Self.Stride: SignedInteger {
71
func doFor (f: (Self) -> ()) {
72
for x in CountableRange(uncheckedBounds: (lower: 0 as Self, upper:self)) {
73
f(x)
0 commit comments