Library Moduleswift-collections 1.1.4DequeModule
DequeModule
DequeModule.mdimport DequeModule
Module information
- Declarations
- 62
- Symbols
- 188
Overview
Uncategorized
Types
struct Deque<Element>
A collection implementing a double-ended queue.
Deque
(pronounced “deck”) implements an ordered random-access collection that supports efficient insertions and removals from both ends.
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.
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