Extension (Structure)swift-nio 2.74.0all tags
Array (ext)
You’re viewing third-party extensions to Array
, a struct from the Swift standard library.
You can also read the documentation forArray
itself.
extension Array
Extension in NIOCore
where Element == UInt8
Type members
init(buffer: ByteBuffer
) Creates a
[UInt8]
from the given buffer. The entire readable portion of the buffer will be read.