var regions: CollectionOfOne<ByteBufferView> { get }
s7NIOCore14ByteBufferViewV19NIOFoundationCompatE7regionss15CollectionOfOneVyACGvpWhat are these?
s7NIOCore14ByteBufferViewV19NIOFoundationCompatE7regionss15CollectionOfOneVyACGvp
FNV24: [85L2F]
typealias Regions
import NIOFoundationCompat
import NIOCore
The core abstractions that make up SwiftNIO.
struct ByteBufferView
A view into a portion of a ByteBuffer.
ByteBuffer
@frozen struct CollectionOfOne<Element>
A collection containing a single element.
typealias Regions = CollectionOfOne<ByteBufferView>