Library Moduleswift-collections 1.1.4InternalCollectionsUtilities

    InternalCollectionsUtilities

    import InternalCollectionsUtilities

    Module information

    Declarations
    117
    Symbols
    233

    Coverage

    7.7 percent of the declarations in InternalCollectionsUtilities are fully documented34.2 percent of the declarations in InternalCollectionsUtilities are indirectly documented58.1 percent of the declarations in InternalCollectionsUtilities are completely undocumented

    Declarations

    6.0 percent of the declarations in InternalCollectionsUtilities are global functions or variables2.6 percent of the declarations in InternalCollectionsUtilities are operators12.8 percent of the declarations in InternalCollectionsUtilities are initializers, type members, or enum cases70.9 percent of the declarations in InternalCollectionsUtilities are instance members1.7 percent of the declarations in InternalCollectionsUtilities are instance subscripts1.7 percent of the declarations in InternalCollectionsUtilities are protocols3.4 percent of the declarations in InternalCollectionsUtilities are structures0.9 percent of the declarations in InternalCollectionsUtilities are typealiases

    Interfaces

    23.9 percent of the declarations in InternalCollectionsUtilities are unrestricted76.1 percent of the declarations in InternalCollectionsUtilities are underscored
    Module stats and coverage details

    Uncategorized

    Protocols

    Show implementation details (2)

    Hide implementation details

    • protocol _SortedCollection

      A Collection type that is guaranteed to contain elements in monotonically increasing order. (Duplicates are still allowed unless the collection also conforms to _UniqueCollection.)

    • protocol _UniqueCollection

      A Collection type that is guaranteed not to contain any duplicate elements.

    Types

    Show implementation details (1)

    Hide implementation details

    Globals

    Show implementation details (7)

    Hide implementation details

    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.

    • DequeModule

    • HashTreeCollections

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

    • HeapModule

    • OrderedCollections

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

    • _RopeModule