Library Moduleswift-collections 1.1.4BitCollections

    BitCollections

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

    BitCollections.md
    import BitCollections

    Module information

    Declarations
    306
    Symbols
    570

    Coverage

    75.2 percent of the declarations in BitCollections are fully documented24.8 percent of the declarations in BitCollections are indirectly documented

    Declarations

    1.6 percent of the declarations in BitCollections are operators13.1 percent of the declarations in BitCollections are initializers, type members, or enum cases77.1 percent of the declarations in BitCollections are instance members2.9 percent of the declarations in BitCollections are instance subscripts1.0 percent of the declarations in BitCollections are default implementations1.6 percent of the declarations in BitCollections are structures2.6 percent of the declarations in BitCollections are typealiases

    Interfaces

    92.5 percent of the declarations in BitCollections are unrestricted7.5 percent of the declarations in BitCollections are underscored
    Module stats and coverage details

    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