init(slicing:)
Receives a collection of bytes encompassing the bytes backing this value, after stripping the length header and frame suffix, but keeping any portions of the frame prefix that are not part of the length header.
init(slicing: ArraySlice<UInt8>) throws
The implementation may slice the argument, but should do so in O(1) time.