dropFirst
Returns a view of this Swatch with the first n bytes of the logical payload removed, sharing the same backing array without copying.
Intended for mux/framing layers that prefix frames with a header: on receive they call dropFirst(headerSize) instead of copyOfRange, so the strip is zero-copy. The returned Swatch has the same sender and sequence.
Throws
if n is negative or exceeds payloadSize.