Library Moduleswift-collections 1.1.4DequeModule

    DequeModule

    DequeModule.md
    import DequeModule

    Module information

    Declarations
    62
    Symbols
    188

    Coverage

    87.1 percent of the declarations in DequeModule are fully documented12.9 percent of the declarations in DequeModule are indirectly documented

    Declarations

    1.6 percent of the declarations in DequeModule are operators16.1 percent of the declarations in DequeModule are initializers, type members, or enum cases71.0 percent of the declarations in DequeModule are instance members3.2 percent of the declarations in DequeModule are instance subscripts3.2 percent of the declarations in DequeModule are structures4.8 percent of the declarations in DequeModule are typealiases

    Interfaces

    85.5 percent of the declarations in DequeModule are unrestricted12.9 percent of the declarations in DequeModule are underscored1.6 percent of the declarations in DequeModule are SPI (unknown)
    Module stats and coverage details

    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