[stdlib] Process elements from back to front

This commit is contained in:
Karoy Lorentey
2018-12-11 21:11:31 +00:00
committed by David Smith
parent 039891c24b
commit f0e04f73f4
3 changed files with 43 additions and 62 deletions

View File

@@ -127,7 +127,6 @@ extension _HashTable {
@inlinable
@inline(__always)
internal init(offset: Int) {
_internalInvariant(offset >= 0)
self.offset = offset
}