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 fbd70fe commit a56e658Copy full SHA for a56e658
stdlib/public/core/NativeDictionary.swift
@@ -600,7 +600,7 @@ extension _NativeDictionary {
600
(_values + b.offset).initialize(to: value)
601
}
602
603
- @inlinable
+ @_alwaysEmitIntoClient
604
internal func extractDictionary(
605
using bitset: _UnsafeBitset,
606
count: Int
@@ -793,7 +793,7 @@ extension _NativeDictionary { // High-level operations
793
794
795
796
797
internal func filter(
798
_ isIncluded: (Element) throws -> Bool
799
) rethrows -> _NativeDictionary<Key, Value> {
0 commit comments