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 a10f0e9 commit 387fa4cCopy full SHA for 387fa4c
Sources/Argument.swift
@@ -47,7 +47,7 @@ extension String {
47
}
48
49
50
-extension Array<String> {
+extension Array where Element == String {
51
public var quoted: [Argument] { map(\.quoted) }
52
public var verbatim: [Argument] { map(\.verbatim) }
53
0 commit comments