fn readAssumeLength(self: *RingBuffer) u8

Consume a byte from the ring buffer and return it; asserts that the buffer is not empty.

Parameters

self: *RingBuffer,