typealias Regions = CollectionOfOne<ByteBufferView>
s7NIOCore14ByteBufferViewV19NIOFoundationCompatE7Regionsa
68UQ2
import NIOCore
The core abstractions that make up SwiftNIO.
import NIOFoundationCompat
struct ByteBufferView
A view into a portion of a ByteBuffer.
ByteBuffer
@frozen struct CollectionOfOne<Element>
A collection containing a single element.
var regions: CollectionOfOne<ByteBufferView> { get }