Library Moduleswift-collections 1.1.4BitCollections
BitCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
BitCollections.mdimport BitCollections
Module information
- Declarations
- 306
- Symbols
- 570
Overview
Additional Resources
Structures
struct BitSet
A sorted collection of small nonnegative integers, implemented as an uncompressed bitmap of as many bits as the value of the largest member.
struct BitArray
An ordered, random-access collection of
Bool
values, implemented as an uncompressed bitmap of as many bits as the count of the array.
Other modules
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
OrderedCollections
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
_RopeModule