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 35502ef commit d904b46Copy full SHA for d904b46
stdlib/public/core/Dictionary.swift
@@ -1856,19 +1856,6 @@ extension Dictionary.Index {
1856
}
1857
#endif
1858
1859
- @usableFromInline @_transparent
1860
- internal var _isNative: Bool {
1861
- switch _variant {
1862
- case .native:
1863
- return true
1864
-#if _runtime(_ObjC)
1865
- case .cocoa:
1866
- _cocoaPath()
1867
- return false
1868
-#endif
1869
- }
1870
1871
-
1872
@usableFromInline @_transparent
1873
internal var _asNative: _HashTable.Index {
1874
switch _variant {
0 commit comments