Library Moduleswift-nio 2.74.0_NIODataStructures

    _NIODataStructures

    import _NIODataStructures

    Module information

    Declarations
    33
    Symbols
    156

    Coverage

    3.0 percent of the declarations in _NIODataStructures are fully documented63.6 percent of the declarations in _NIODataStructures are indirectly documented33.3 percent of the declarations in _NIODataStructures are completely undocumented

    Declarations

    3.0 percent of the declarations in _NIODataStructures are operators15.2 percent of the declarations in _NIODataStructures are initializers, type members, or enum cases60.6 percent of the declarations in _NIODataStructures are instance members3.0 percent of the declarations in _NIODataStructures are instance subscripts12.1 percent of the declarations in _NIODataStructures are structures6.1 percent of the declarations in _NIODataStructures are typealiases

    Interfaces

    51.5 percent of the declarations in _NIODataStructures are unrestricted48.5 percent of the declarations in _NIODataStructures are underscored
    Module stats and coverage details

    Uncategorized

    Types

    Show implementation details (1)

    Hide implementation details

    • struct _TinyArray<Element>

      TinyArray is a RandomAccessCollection optimised to store zero or one Element. It supports arbitrary many elements but if only up to one Element is stored it does not allocate separate storage on the heap and instead stores the Element inline.

    Other modules