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 b5610e7 commit 7b654b3Copy full SHA for 7b654b3
stdlib/public/core/DictionaryBuilder.swift
@@ -71,6 +71,7 @@ extension Dictionary {
71
/// - body: A closure that can initialize the dictionary's elements. This
72
/// closure must return the count of the initialized elements, starting at
73
/// the beginning of the buffer.
74
+ @_alwaysEmitIntoClient // Introduced in 5.1
75
@inlinable
76
public // SPI(Foundation)
77
init(
@@ -90,6 +91,7 @@ extension Dictionary {
90
91
}
92
93
extension _NativeDictionary {
94
95
96
internal init(
97
_unsafeUninitializedCapacity capacity: Int,
0 commit comments