Library Moduleswift-collections 1.2.1HashTreeCollections

HashTreeCollections

Swift Collections is an open-source package of data structure implementations for the Swift programming language.

HashTreeCollections.md
import HashTreeCollections

Module information

Declarations
223
Symbols
483

Coverage

76.7 percent of the declarations in HashTreeCollections are fully documented22.4 percent of the declarations in HashTreeCollections are indirectly documented0.9 percent of the declarations in HashTreeCollections are completely undocumented

Declarations

3.1 percent of the declarations in HashTreeCollections are operators9.9 percent of the declarations in HashTreeCollections are initializers, type members, or enum cases75.8 percent of the declarations in HashTreeCollections are instance members2.7 percent of the declarations in HashTreeCollections are instance subscripts4.9 percent of the declarations in HashTreeCollections are structures3.6 percent of the declarations in HashTreeCollections are typealiases

Interfaces

85.2 percent of the declarations in HashTreeCollections are unrestricted14.8 percent of the declarations in HashTreeCollections are underscored
Module stats and coverage details

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.