Library Moduleswift-collections 1.1.4HashTreeCollections
HashTreeCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
HashTreeCollections.mdimport HashTreeCollections
Module information
- Declarations
- 223
- Symbols
- 483
Overview
Additional Resources
Persistent Collections
struct TreeSet<Element>
An unordered collection of unique elements, optimized for mutating shared copies and comparing different snapshots of the same collection.
struct TreeDictionary<Key, Value>
An unordered collection of unique keys and associated values, optimized for mutating shared copies and comparing different snapshots of the same collection.
Uncategorized
Types
Show implementation details (1)
Hide implementation details
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
HeapModule
InternalCollectionsUtilities
OrderedCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
_RopeModule