We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f62c1 commit f69104bCopy full SHA for f69104b
Sources/OrderedCollections/OrderedSet/OrderedSet.swift
@@ -247,7 +247,7 @@ public struct OrderedSet<Element> where Element: Hashable
247
@inlinable
248
internal init(
249
_uniqueElements: ContiguousArray<Element>,
250
- _ table: _HashTable? = nil
+ _ table: _HashTable?
251
) {
252
self.__storage = table?._storage
253
self._elements = _uniqueElements
0 commit comments