stdlib: simplify code

Swift SVN r27601
This commit is contained in:
Dmitri Hrybenko
2015-04-22 20:42:01 +00:00
parent 3b30be2580
commit 7a40ec0916

View File

@@ -145,7 +145,7 @@ else:
return true
}
}
return otherGenerator.next() != nil ? false : true
return otherGenerator.next() == nil
}
}