HashTreeCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
import HashTreeCollectionsModule 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.