Library Moduleswift-collections 1.1.4OrderedCollections
OrderedCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
OrderedCollections.mdimport OrderedCollections
Module information
- Declarations
- 394
- Symbols
- 801
Overview
Additional Resources
Structures
struct OrderedSet<Element>
An ordered collection of unique elements.
struct OrderedDictionary<Key, Value>
An ordered collection of key-value pairs.
Other modules
BitCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
Collections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
DequeModule
HashTreeCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
HeapModule
InternalCollectionsUtilities
_RopeModule