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 977a955 commit 049b89cCopy full SHA for 049b89c
stdlib/private/SwiftPrivate/SwiftPrivate.swift
@@ -24,7 +24,7 @@ public func asHex<T : FixedWidthInteger>(_ x: T) -> String {
24
public func asHex<S : Sequence>(_ x: S) -> String
25
where
26
S.Element : FixedWidthInteger {
27
- return "[ \(x.lazy.map { asHex($0) }.joined(separator: ", ")) ]"
+ return "[ \(x.lazy.map { asHex($0) }.joined(separator: ", ")) ]"
28
}
29
30
/// Compute the prefix sum of `seq`.
0 commit comments