fn sliceAt(self: RingBuffer, start_unmasked: usize, length: usize) Slice

Returns a Slice for the region of the ring buffer starting at self.mask(start_unmasked) with the specified length.

Parameters

self: RingBuffer,
start_unmasked: usize,
length: usize,