mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Process elements from back to front
This commit is contained in:
committed by
David Smith
parent
039891c24b
commit
f0e04f73f4
@@ -127,7 +127,6 @@ extension _HashTable {
|
||||
@inlinable
|
||||
@inline(__always)
|
||||
internal init(offset: Int) {
|
||||
_internalInvariant(offset >= 0)
|
||||
self.offset = offset
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user