ByteBufferView

A view into a portion of a ByteBuffer.

ByteBuffer-views.swift:19
struct ByteBufferView

A ByteBufferView is useful whenever a Collection where Element == UInt8 representing a portion of a ByteBuffer is needed.