Bugfix: sorted array difference

This commit is contained in:
relikd
2020-06-05 16:08:17 +02:00
parent 23eab2310f
commit 5acd9bbcc6

View File

@@ -82,6 +82,7 @@ extension Array {
result.append(lhs)
}
}
result.append(contentsOf: iter)
return result
}
}