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