Bugfix: sorted array difference
This commit is contained in:
@@ -82,6 +82,7 @@ extension Array {
|
||||
result.append(lhs)
|
||||
}
|
||||
}
|
||||
result.append(contentsOf: iter)
|
||||
return result
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user