fn sliceAt(self: RingBuffer, start_unmasked: usize, length: usize) Slice
[src]
Returns a Slice
for the region of the ring buffer starting at self.mask(start_unmasked)
with the specified length.
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.