No overview available.
SDK
- Xcode 10.2–10.2Deprecated
Framework
- Swift Standard Library
Declaration
typealias DictionaryLiteral<Key, Value> = Key Value Pairs<Key, Value>
No overview available.
SDK
Framework
typealias DictionaryLiteral<Key, Value> = Key Value Pairs<Key, Value>
func repeat Element<T>(T, count: Int) -> Repeated<T>Creates a collection containing the specified number of the given element.
struct Collection Of OneA collection containing a single element.
struct Empty CollectionA collection whose element type is Element but that is always empty.
struct Key Value PairsA lightweight collection of key-value pairs.