fn writeAssumeCapacity(self: *RingBuffer, byte: u8) void
[src]
Write byte
into the ring buffer. If the ring buffer is full, the oldest byte is overwritten.
fn writeAssumeCapacity(self: *RingBuffer, byte: u8) void
Write byte
into the ring buffer. If the ring buffer is full, the oldest byte is overwritten.