bytes
The slice of bytes constituting the opaque content of this view. The conforming type defines what portion of the original buffer this slice includes, and it may not cover the entirety of the argument originally passed to init(slicing:)
.
var bytes: ArraySlice<UInt8> { get }