We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2f5c6 commit c394d70Copy full SHA for c394d70
Sources/Algorithm+Set.swift
@@ -47,7 +47,7 @@ extension Set: Probable {
47
var c = 0
48
for e in elements {
49
for x in self {
50
- if e == x as? Element {
+ if e == x {
51
c += 1
52
}
53
0 commit comments