mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Propagate LiteralConvertible docs
219 undocumented public APIs remain in core Swift SVN r22213
This commit is contained in:
@@ -2076,6 +2076,7 @@ public struct Dictionary<
|
||||
//
|
||||
// DictionaryLiteralConvertible conformance
|
||||
//
|
||||
/// Create an instance initialized with `elements`.
|
||||
@effects(readnone)
|
||||
public init(dictionaryLiteral elements: (Key, Value)...) {
|
||||
self.init(_nativeStorage: _NativeDictionaryStorage.fromArray(elements))
|
||||
|
||||
Reference in New Issue
Block a user