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