fn sliceLast(self: RingBuffer, length: usize) Slice
[src]
Returns a Slice
for the last length
bytes written to the ring buffer. Does not check that any bytes have been written into the region.
fn sliceLast(self: RingBuffer, length: usize) Slice
Returns a Slice
for the last length
bytes written to the ring buffer. Does not check that any bytes have been written into the region.