Library Moduleswift-nio 2.74.0_NIODataStructures
_NIODataStructures
import _NIODataStructures
Module information
- Declarations
- 33
- Symbols
- 156
Uncategorized
Types
Show implementation details (1)
Hide implementation details
struct _TinyArray<Element>
TinyArray
is aRandomAccessCollection
optimised to store zero or oneElement
. It supports arbitrary many elements but if only up to oneElement
is stored it does not allocate separate storage on the heap and instead stores theElement
inline.
Other modules
CNIOAtomics
CNIODarwin
CNIOLLHTTP
CNIOLinux
CNIOSHA1
CNIOWASI
CNIOWindows
NIO
Event-driven, non-blocking, network application framework for high performance protocol servers & clients.
NIOConcurrencyHelpers
NIOCore
The core abstractions that make up SwiftNIO.
NIOEmbedded
NIOFileSystem
NIOFoundationCompat
NIOHTTP1
NIOPosix
NIOTLS
NIOTestUtils
NIOWebSocket
_NIOBase64
_NIOConcurrency
_NIOFileSystem
A file system library for Swift.
_NIOFileSystemFoundationCompat