fn readAssumeLength(self: *RingBuffer) u8
[src]
Consume a byte from the ring buffer and return it; asserts that the buffer is not empty.
fn readAssumeLength(self: *RingBuffer) u8
Consume a byte from the ring buffer and return it; asserts that the buffer is not empty.